summaryrefslogtreecommitdiff
path: root/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
commitfc25863d2c17a0723b257ac8cb4f3b34a690d271 (patch)
treedc1b8034e45b30e370261e4a0768ca42cbd3e84e /java/common.xml
parent62c72d3efd475f1f9b3e82deb05fdedf0223e498 (diff)
downloadqpid-python-fc25863d2c17a0723b257ac8cb4f3b34a690d271.tar.gz
QPID-1028: updated report task for including all subdirs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@653731 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
-rw-r--r--java/common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/common.xml b/java/common.xml
index cbfc87d270..281d5d0b33 100644
--- a/java/common.xml
+++ b/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>