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

Gaetan Boismal
17.48.2015 0e73432880f7c3bb60300bb00625772bef37e4b5
opendj-server-legacy/build.xml
@@ -1048,7 +1048,7 @@
       This target should only be called from targets which have defined the
       pdir property, such as prepackage and rebuild.
       The license file will be copied to ${pdir}/Legal/license_to_accept.txt.
       The license file will be copied to ${pdir}/legal-notices/Forgerock_License.txt.
       This file location is hard-coded in the following classes:
       org.opends.server.tools.upgrade.LicenseFile
@@ -1057,8 +1057,8 @@
       Care must be taken to keep these filenames synchronized.
  -->
  <target name="copylicense" if="include.license.file" >
    <mkdir dir="${pdir}/Legal" />
    <copy tofile="${pdir}/Legal/license_to_accept.txt" file="${license.file}" />
    <mkdir dir="${pdir}/legal-notices" />
    <copy tofile="${pdir}/legal-notices/Forgerock_License.txt" file="${license.file}" />
  </target>
  <!-- Populate the Directory Server package, but don't zip it up. -->