summaryrefslogtreecommitdiff
path: root/qpid/java/common.xml
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-05-06 10:08:08 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-05-06 10:08:08 +0000
commit13b0545108bc862514017c703e84510d8676275f (patch)
tree65ba2fa2197697b2477df59a72645885ff5063be /qpid/java/common.xml
parentcc2b691a89b4250cccdce08009602570110570a7 (diff)
downloadqpid-python-13b0545108bc862514017c703e84510d8676275f.tar.gz
QPID-1028: updated report task for including all subdirs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@653731 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
-rw-r--r--qpid/java/common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml
index cbfc87d270..281d5d0b33 100644
--- a/qpid/java/common.xml
+++ b/qpid/java/common.xml
@@ -95,7 +95,7 @@
<mkdir dir="${build.report}"/>
<junitreport todir="${build.report}">
<fileset dir="${build.results}">
- <include name="TEST-*.xml"/>
+ <include name="**/TEST-*.xml"/>
</fileset>
<report todir="${build.report}"/>
</junitreport>