]> source.dussan.org Git - poi.git/commitdiff
make rel 2 branch run tests under gump
authorAndrew C. Oliver <acoliver@apache.org>
Wed, 23 Jul 2003 01:28:26 +0000 (01:28 +0000)
committerAndrew C. Oliver <acoliver@apache.org>
Wed, 23 Jul 2003 01:28:26 +0000 (01:28 +0000)
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

build.xml

index 187368f6fdb695dd520ac9fa7b1e4a32dfd74c5f..107037e0d6a76081dc38718dc7206ab52b48af0b 100644 (file)
--- a/build.xml
+++ b/build.xml
 
     <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>