From d42b15e420478dc45785fff6e00b863cc1f8a0f9 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 18 Sep 2008 10:14:53 +0000
Subject: [PATCH] These changes are separating the current delivery into  an "Install Layout" (the binaries) and an "Instance Layout" (the user data).

---
 opends/build.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index 867945e..3792b76 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -913,6 +913,10 @@
     <copy todir="${pdir}/lib">
       <fileset file="${lib.dir}/*.exe" />
     </copy>
+    
+    <copy todir="${pdir}">
+      <fileset file="${resource.dir}/instance.loc" />
+    </copy>
 
     <antcall target="example-plugin" />
 

--
Gitblit v1.10.0