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

neil_a_wilson
11.13.2006 6d4353682ef7c980e342beaa54155639edcc975f
Update build.xml to fix an incorrect dependency for the javadoc build target
(it had a dependency on "package" when it should have been on "dsml").
1 files modified
2 ■■■ changed files
opendj-sdk/opends/build.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -544,7 +544,7 @@
  <!-- Generate JavaDoc documentation from the source files -->
  <target name="javadoc" depends="package"
  <target name="javadoc" depends="dsml"
       description="Generate JavaDoc documentation.">
    <mkdir dir="${javadoc.dir}" />