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

svn commit: r653439 - /incubator/qpid/trunk/qpid/java/module.xml

Author: ritchiem
Date: Mon May  5 04:54:24 2008
New Revision: 653439

URL: http://svn.apache.org/viewvc?rev=653439&view=rev
Log:
QPID-1021 : Update to build system to store and clean test results per module.name.

Sorry errant } broke everything.

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

Modified: incubator/qpid/trunk/qpid/java/module.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/module.xml?rev=653439&r1=653438&r2=653439&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/module.xml (original)
+++ incubator/qpid/trunk/qpid/java/module.xml Mon May  5 04:54:24 2008
@@ -214,7 +214,7 @@
 
       <classpath refid="module.test.path"/>
 
-      <batchtest fork="${test.fork}" todir="${build.results}}/${module.name}">
+      <batchtest fork="${test.fork}" todir="${build.results}/${module.name}">
         <fileset dir="${module.test.src}" excludes="${module.test.excludes}">
           <include name="**/${test}.java"/>
         </fileset>