diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-03-19 09:24:33 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-03-19 09:24:33 +0000 |
commit | 576c8a1e6302f9609c58541cfb13cdd2ef22876d (patch) | |
tree | cb715b88a0670ab4e83bebb2e718267be120955c /tools | |
parent | f3aa9eb6fad0b990583cb8e42d0d3eb547253a06 (diff) | |
download | poi-576c8a1e6302f9609c58541cfb13cdd2ef22876d.tar.gz poi-576c8a1e6302f9609c58541cfb13cdd2ef22876d.zip |
Make gump target output also javadocs: major change to "site" build.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352255 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 d1c5128f14..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="gump" depends="testmodule, apidocs"> + <target name="gump" depends="testmodule"> </target> |