[hornetq-commits] JBoss hornetq SVN: r9949 - branches/2_2_0_HA_Improvements_preMerge.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 29 22:30:10 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-11-29 22:30:08 -0500 (Mon, 29 Nov 2010)
New Revision: 9949

Modified:
   branches/2_2_0_HA_Improvements_preMerge/build-hornetq.xml
Log:
removing jms-tests temporarily (this is the dev-branch only) we won't remove them on trunk

Modified: branches/2_2_0_HA_Improvements_preMerge/build-hornetq.xml
===================================================================
--- branches/2_2_0_HA_Improvements_preMerge/build-hornetq.xml	2010-11-30 03:23:48 UTC (rev 9948)
+++ branches/2_2_0_HA_Improvements_preMerge/build-hornetq.xml	2010-11-30 03:30:08 UTC (rev 9949)
@@ -1924,7 +1924,8 @@
 
    <target name="all-tests" depends="unit-tests, integration-tests, concurrent-tests, stress-tests, jms-tests, joram-tests, rest-tests"/>
 
-   <target name="hudson-tests" depends="unit-tests, integration-tests, concurrent-tests, timing-tests, jms-tests, joram-tests"/>
+   <!-- jms-tests are removed temporarily until merge on trunk is done... target name="hudson-tests" depends="unit-tests, integration-tests, concurrent-tests, timing-tests, jms-tests, joram-tests"/ -->
+   <target name="hudson-tests" depends="unit-tests, integration-tests, concurrent-tests, timing-tests"/>
 
    <target name="compile-reports">
       <mkdir dir="${test.stylesheets.dir}"/>



More information about the hornetq-commits mailing list