diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-07-20 17:32:40 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-07-20 17:32:40 +0000 |
commit | e960c2f5e3a0040237d5c3575ca6fececa68a558 (patch) | |
tree | f8e5b0bd01a6b71ac1c77462fc238a5a1f4edef9 /build.xml | |
parent | 737ca921200a72a1e499b624ccdb52aef5c4363b (diff) | |
download | poi-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.xml | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 --> |