summaryrefslogtreecommitdiff
path: root/qpid
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-12-12 13:57:42 +0000
committerAidan Skinner <aidan@apache.org>2008-12-12 13:57:42 +0000
commit618b2d6892fb5e4920e4ec661317dec095adf36d (patch)
tree39d70b51a59bf44e420fb8029376d5cc2c7bb738 /qpid
parentf37c17eb627bba10605809bfcef4b34b9e739fb9 (diff)
downloadqpid-python-618b2d6892fb5e4920e4ec661317dec095adf36d.tar.gz
QPID-1282: move dependency on build target up a few levels
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@726010 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/java/build.xml2
-rw-r--r--qpid/java/module.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 9d405c7e4c..cea9b34b0e 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -216,7 +216,7 @@
<iterate target="instrument"/>
</target>
- <target name="cover-test" description="run tests and generate coverage information">
+ <target name="cover-test" description="run tests and generate coverage information" depends="build">
<iterate target="cover-test" modules="broker client common"/>
</target>
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index 420fe363ce..fd3c44c752 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -467,7 +467,7 @@
<delete dir="${module.instrumented}"/>
</target>
- <target name="instrument" depends="build">
+ <target name="instrument">
<cobertura-instrument todir="${module.instrumented}"
datafile="${cobertura.datafile}">
<fileset dir="${module.classes}">