summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 851a853c66..fc395c9764 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -217,7 +217,7 @@
</target>
<target name="cover-test" description="run tests and generate coverage information">
- <iterate target="cover-test"/>
+ <iterate target="cover-test" modules="broker client common"/>
</target>
</project>