]> source.dussan.org Git - poi.git/commitdiff
Added gump target
authorGlen Stampoultzis <glens@apache.org>
Fri, 9 May 2003 11:09:51 +0000 (11:09 +0000)
committerGlen Stampoultzis <glens@apache.org>
Fri, 9 May 2003 11:09:51 +0000 (11:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353094 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index aaa1ab1ade04f60ba9a7ea2773e2c5ce198ba0cf..926bdd21e51a4b86b3fffa88f18a9e1abfd557c1 100644 (file)
--- a/build.xml
+++ b/build.xml
         <delete file="${main.testokfile}"/>
         <antcall target="-test-main-write-testfile"/>
     </target>
-    
+
     <target name="single-test" depends="compile-main">
        <junit printsummary="no" showoutput="true" filtertrace="no" fork="no" haltonfailure="${halt.on.test.failure}" failureproperty="main.test.failed" >
        <classpath>
 
     <target name="clean-dist" depends="clean,dist" description="Cleans the build directory then creates a distribution"/>
 
+    <target name="gump" depends="jar"/>
+
 </project>