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

jdemendi
12.51.2007 5b9a8e7f94e6f0af2453319d5c528340a1ccb3e3
Add copymessages target so that it can be called from an IDE.

1 files modified
21 ■■■■■ changed files
opends/build.xml 21 ●●●●● patch | view | raw | blame | history
opends/build.xml
@@ -626,6 +626,17 @@
  </target>
  <!-- copy the message properties files -->
  <target name="copymessages">
    <mkdir dir="${msg.package.dir}"/>
    <copy todir="${msg.package.dir}">
      <fileset dir="${msg.prop.dir}"/>
    </copy>
  </target>
  <!--
   ! Rebuild the Directory Server without destroying any existing configuration
   ! or data.  It will only overwrite the libraries, classes, and scripts, and
@@ -693,10 +704,7 @@
    </copy>
    <!-- copy the message properties files -->
    <mkdir dir="${msg.package.dir}"/>
    <copy todir="${msg.package.dir}">
      <fileset dir="${msg.prop.dir}"/>
    </copy>
    <antcall target="copymessages" />
    <!-- copy the message descriptor registry file -->
    <copy todir="${classes.dir}/org/opends/messages"
@@ -805,10 +813,7 @@
    <!-- copy the message properties files -->
    <mkdir dir="${msg.package.dir}"/>
    <copy todir="${msg.package.dir}">
      <fileset dir="${msg.prop.dir}"/>
    </copy>
    <antcall target="copymessages" />
    <!-- copy the message descriptor registry file -->
    <copy todir="${classes.dir}/org/opends/messages"