You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ar...@apache.org on 2008/05/06 12:08:08 UTC

svn commit: r653731 - /incubator/qpid/trunk/qpid/java/common.xml

Author: arnaudsimon
Date: Tue May  6 03:08:08 2008
New Revision: 653731

URL: http://svn.apache.org/viewvc?rev=653731&view=rev
Log:
QPID-1028: updated report task for including all subdirs

Modified:
    incubator/qpid/trunk/qpid/java/common.xml

Modified: incubator/qpid/trunk/qpid/java/common.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/common.xml?rev=653731&r1=653730&r2=653731&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/common.xml (original)
+++ incubator/qpid/trunk/qpid/java/common.xml Tue May  6 03:08:08 2008
@@ -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>