diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-03-15 13:37:24 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-03-15 13:37:24 +0000 |
commit | 1ba94a1cfb78f3c5f190bdedda4ef891adf6d3a0 (patch) | |
tree | 7c7e46c48fd90533435ea5ebf4eac1bfde5194b6 /tools | |
parent | 9d217ba91ec4c9c54b0867b54861ac1cda2b91c4 (diff) | |
download | poi-1ba94a1cfb78f3c5f190bdedda4ef891adf6d3a0.tar.gz poi-1ba94a1cfb78f3c5f190bdedda4ef891adf6d3a0.zip |
Added gump target to be called by Gump.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352223 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rw-r--r-- | tools/centipede/targets/robot.xtarget | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/centipede/targets/robot.xtarget b/tools/centipede/targets/robot.xtarget index 8b124f99ba..66d12f16b1 100644 --- a/tools/centipede/targets/robot.xtarget +++ b/tools/centipede/targets/robot.xtarget @@ -77,7 +77,7 @@ tofile="${build.patchqueue}/patchqueue2text4dev.xsl"/> <!-- =================================================================== --> <!-- Calls the targets needed for Gump --> <!-- =================================================================== --> - <target name="jakarta-poi.gump" depends="all, testmodule"> + <target name="gump" depends="testmodule"> </target> |