aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNicola Ken Barozzi <nicolaken@apache.org>2002-07-20 17:32:40 +0000
committerNicola Ken Barozzi <nicolaken@apache.org>2002-07-20 17:32:40 +0000
commite960c2f5e3a0040237d5c3575ca6fececa68a558 (patch)
treef8e5b0bd01a6b71ac1c77462fc238a5a1f4edef9 /build.xml
parent737ca921200a72a1e499b624ccdb52aef5c4363b (diff)
downloadpoi-e960c2f5e3a0040237d5c3575ca6fececa68a558.tar.gz
poi-e960c2f5e3a0040237d5c3575ca6fececa68a558.zip
Reworked Gump descriptor and build.
Let's see what happens ;-) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/build.xml b/build.xml
index e7164250b8..2a3f1710d8 100644
--- a/build.xml
+++ b/build.xml
@@ -340,14 +340,8 @@
<!-- ================================== -->
<target name="gump"
- depends="testmodule"
- description="Target used by Gump">
-
- <antcall target="testtargets"/>
- <antcall target="testmodule"/>
- <antcall target="all"/>
-
- </target>
+ depends="-init, compile, test, jar, metrics, javadocs"
+ description="Target used by Gump"/>
<!-- ================================== -->
<!-- Generate all -->