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

neil_a_wilson
17.07.2007 3269fcefa664449b99ab630cad3424bc9f9abe29
Fix the rebuild target in the build script so that it computes the version
number correctly.
1 files modified
12 ■■■■■ changed files
opendj-sdk/opends/build.xml 12 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -560,6 +560,18 @@
      </not>
    </condition>
    <!-- Construct the version number string -->
    <taskdef name="getversionnumber"
             classname="org.opends.build.tools.CreateVersionString">
      <classpath>
        <fileset dir="${build.dir}/build-tools">
          <include name="*.jar" />
        </fileset>
      </classpath>
    </taskdef>
    <getversionnumber property="VERSION_NUMBER_STRING" />
    <!-- Set properties needed to find the packaged files -->
    <property name="pdir"
         location="${package.dir}/OpenDS-${VERSION_NUMBER_STRING}" />