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

al_xipe
31.27.2006 6847781b481b48cc9794eb91c65bc8c2b13032de
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
opends/build.xml 5 ●●●● patch | view | raw | blame | history
opends/resource/DynamicConstants.java.stubs patch | view | raw | blame | history
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>
opends/resource/DynamicConstants.java.stubs