From 6847781b481b48cc9794eb91c65bc8c2b13032de 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

---
 opends/build.xml                            |    5 ++++-
 opends/resource/DynamicConstants.java.stubs |    0 
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index a306d9a..674810d 100644
--- a/opends/build.xml
+++ b/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>
diff --git a/opends/src/server/org/opends/server/util/DynamicConstants.java.stubs b/opends/resource/DynamicConstants.java.stubs
similarity index 100%
rename from opends/src/server/org/opends/server/util/DynamicConstants.java.stubs
rename to opends/resource/DynamicConstants.java.stubs

--
Gitblit v1.10.0