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

neil_a_wilson
11.13.2006 12e3cbe84daa5066a4b28a09bd80d38948ec8b1d
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
opends/build.xml 2 ●●● patch | view | raw | blame | history
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}" />