[jboss-cvs] JBoss Messaging SVN: r5309 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 7 08:52:21 EST 2008


Author: timfox
Date: 2008-11-07 08:52:20 -0500 (Fri, 07 Nov 2008)
New Revision: 5309

Modified:
   trunk/build-messaging.xml
Log:
Fixed build


Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-11-07 11:39:43 UTC (rev 5308)
+++ trunk/build-messaging.xml	2008-11-07 13:52:20 UTC (rev 5309)
@@ -715,8 +715,6 @@
             <formatter type="plain" usefile="${junit.formatter.usefile}"/>
             <fileset dir="${test.classes.dir}">
                <include name="${tests.param}"/>
-	       <exclude name="**/jms/ExpiryQueueTest.class"/>
-	       <exclude name="**/jms/DLQTest.class"/>
             </fileset>
          </batchtest>
       </junit>
@@ -766,7 +764,8 @@
                <include name="**/messaging/**/${test-mask}.class"/>
                <include name="**/jms/**/${test-mask}.class"/>
                <include name="**/messaging/util/**/${test-mask}.class"/>
-
+	       <exclude name="**/jms/ExpiryQueueTest.class"/>
+	       <exclude name="**/jms/DLQTest.class"/>
                <exclude name="**/jms/JCAWrapperTest.class"/>
                <exclude name="**/jms/XARecoveryTest.class"/>
                <exclude name="**/jms/XAResourceRecoveryTest.class"/>




More information about the jboss-cvs-commits mailing list