mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

al_xipe
31.27.2006 cfd4755945f10e2ae637d57e1a8a50add4f428c5
moved the DynamicConstants stub file to the resource directory since it didn't really belong in the src tree
1 files renamed
1 files modified
5 ■■■■ changed files
opendj-sdk/opends/build.xml 5 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/DynamicConstants.java.stubs patch | view | raw | blame | history
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>
opendj-sdk/opends/resource/DynamicConstants.java.stubs