Added gump target to be called by Gump.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-03-15 13:37:24 +00:00
parent 9d217ba91e
commit 1ba94a1cfb
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="jakarta-poi.gump" depends="all, testmodule">
<target name="gump" depends="testmodule">
</target>