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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 7 10:32:59 EST 2009


Author: timfox
Date: 2009-03-07 10:32:59 -0500 (Sat, 07 Mar 2009)
New Revision: 6037

Modified:
   trunk/build-messaging.xml
Log:
added joram-tests back to hudson-tests target

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-03-07 15:30:27 UTC (rev 6036)
+++ trunk/build-messaging.xml	2009-03-07 15:32:59 UTC (rev 6037)
@@ -1311,9 +1311,9 @@
       </junit>
    </target>
 
-   <target name="all-tests" depends="unit-tests, integration-tests, concurrent-tests, stress-tests, jms-tests"/>
+   <target name="all-tests" depends="unit-tests, integration-tests, concurrent-tests, stress-tests, jms-tests, joram-tests"/>
 
-   <target name="hudson-tests" depends="unit-tests, integration-tests, concurrent-tests, timing-tests, jms-tests"/>
+   <target name="hudson-tests" depends="unit-tests, integration-tests, concurrent-tests, timing-tests, jms-tests, joram-tests"/>
 
    <target name="compile-reports">
       <mkdir dir="${test.stylesheets.dir}"/>




More information about the jboss-cvs-commits mailing list