Skip to content

Commit

Permalink
Rolling back build.xml changes
Browse files Browse the repository at this point in the history
additionalparam is only supported for ant versions 1.9.4 and later
  • Loading branch information
jenleong committed Oct 18, 2014
1 parent 28c9919 commit 750ec32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<delete dir="${jdocs.dir}" />
</target>

<target name="javadoc" depends="prepare" additionalparam="subpackages">
<target name="javadoc" depends="prepare">
<javadoc sourcepath="${src.dir}" destdir="${jdocs.dir}" />
</target>

<target name = "all" depends = "compile,jar"/>

</project>



0 comments on commit 750ec32

Please sign in to comment.