Make gump target output also javadocs: major change to "site" build.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352255 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-03-19 09:24:33 +00:00
parent c909763194
commit cb635e6c7f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ tofile="${build.patchqueue}/patchqueue2text4dev.xsl"/>
<!-- =================================================================== -->
<!-- Calls the targets needed for Gump -->
<!-- =================================================================== -->
<target name="gump" depends="testmodule, apidocs">
<target name="gump" depends="testmodule">
</target>