make rel 2 branch run tests under gump

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2003-07-23 01:28:26 +00:00
parent fd7e42b9d3
commit c3e8016fcf

View File

@ -592,6 +592,6 @@
<target name="clean-dist" depends="clean,dist" description="Cleans the build directory then creates a distribution"/>
<target name="gump" depends="jar"/>
<target name="gump" depends="jar,test"/>
</project>