aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/centipede/targets/robot.xtarget2
-rw-r--r--tools/centipede/targets/test.xtarget2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/centipede/targets/robot.xtarget b/tools/centipede/targets/robot.xtarget
index 66d12f16b1..13edba2525 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">
+ <target name="gump" depends="testmodule, package">
</target>
diff --git a/tools/centipede/targets/test.xtarget b/tools/centipede/targets/test.xtarget
index 3e1e0eacff..40612aa782 100644
--- a/tools/centipede/targets/test.xtarget
+++ b/tools/centipede/targets/test.xtarget
@@ -46,6 +46,6 @@
<!-- =================================================================== -->
<!-- Testing that all major targets work; useful before a commit -->
<!-- =================================================================== -->
- <target name="testmodule" depends="clean, test, site"
+ <target name="testmodule" depends="clean, docs, test, javadocs"
description="Testing that all major targets work; useful before a commit ">
</target>