[jboss-remoting-commits] JBoss Remoting SVN: r3685 - remoting2/branches/2.x.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 20 16:35:48 EDT 2008


Author: david.lloyd at jboss.com
Date: 2008-03-20 16:35:48 -0400 (Thu, 20 Mar 2008)
New Revision: 3685

Modified:
   remoting2/branches/2.x/build.xml
Log:
Ooops :)

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-03-20 19:44:11 UTC (rev 3684)
+++ remoting2/branches/2.x/build.xml	2008-03-20 20:35:48 UTC (rev 3685)
@@ -1000,7 +1000,7 @@
          <batchtest fork="yes" todir="${output.tests.results}"
                     haltonfailure="no">
             <fileset dir="${tests.compile.dir}">
-               <include name="**/remoting/**/detection/m*/**/*TestCase.class"/>
+               <include name="**/remoting/**/*TestCase.class"/>
                <exclude name="**/remoting/**/http/**/*TestCase.class"/>
                <exclude name="**/remoting/**/*HTTP*TestCase.class"/>
                <exclude name="**/remoting/**/*Http*TestCase.class"/>




More information about the jboss-remoting-commits mailing list