From cfd4755945f10e2ae637d57e1a8a50add4f428c5 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Thu, 31 Aug 2006 15:27:06 +0000
Subject: [PATCH] moved the DynamicConstants stub file to the resource directory since it didn't really belong in the src tree

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

diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index a306d9a..674810d 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -84,6 +84,9 @@
   <!-- Properties for Directory Server version information.              -->
   <property name="dynconstants.file"
        location="${src.dir}/org/opends/server/util/DynamicConstants.java" />
+  <property name="dynconstants.stubfile"
+        location="${resource.dir}/DynamicConstants.java.stubs" />
+  
   <property file="PRODUCT"                                                />
 
 
@@ -184,7 +187,7 @@
       If you change the name of any of those properties in this build.xml
       you'll need to relfect the same change in the .stubs file
     -->
-    <copy file="${dynconstants.file}.stubs"
+    <copy file="${dynconstants.stubfile}"
           tofile="${dynconstants.file}"
           overwrite="true"                 >
       <filterchain>

--
Gitblit v1.10.0