Added gump target to be called by Gump.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-03-15 13:32:11 +00:00
parent 325421ea89
commit 9d217ba91e
1 changed files with 8 additions and 0 deletions

View File

@ -73,3 +73,11 @@ tofile="${build.patchqueue}/patchqueue2text4dev.xsl"/>
files="${build.patchqueue}/bugzillapatchqueue.txt"/>
</target>
<!-- =================================================================== -->
<!-- Calls the targets needed for Gump -->
<!-- =================================================================== -->
<target name="jakarta-poi.gump" depends="all, testmodule">
</target>