summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-12-12 12:27:06 +0000
committerAidan Skinner <aidan@apache.org>2008-12-12 12:27:06 +0000
commit509f4adc758a2325a01696bf3c3009d928748308 (patch)
treee1e7f208d85f72ab4f18b06ed3a52080fcbe444b /qpid/java/module.xml
parentb3b5ebbe8ba5ac5870b826dbf282eefa5a8dc6e4 (diff)
downloadqpid-python-509f4adc758a2325a01696bf3c3009d928748308.tar.gz
QPID-1282: add build dep on instrument target for coverage reports
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index fd3c44c752..420fe363ce 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -467,7 +467,7 @@
<delete dir="${module.instrumented}"/>
</target>
- <target name="instrument">
+ <target name="instrument" depends="build">
<cobertura-instrument todir="${module.instrumented}"
datafile="${cobertura.datafile}">
<fileset dir="${module.classes}">