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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 19 09:02:45 EDT 2008


Author: timfox
Date: 2008-10-19 09:02:45 -0400 (Sun, 19 Oct 2008)
New Revision: 5151

Modified:
   trunk/build-messaging.xml
Log:
Added Hudson tests target


Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-10-19 12:34:40 UTC (rev 5150)
+++ trunk/build-messaging.xml	2008-10-19 13:02:45 UTC (rev 5151)
@@ -797,6 +797,8 @@
    </target>
 
    <target name="all-tests" depends="unit-tests, integration-tests, concurrent-tests, stress-tests, jms-tests"/>
+   
+   <target name="hudson-tests" depends="unit-tests, integration-tests, concurrent-tests, jms-tests"/>
 
    <target name="compile-reports">
       <mkdir dir="${test.stylesheets.dir}"/>




More information about the jboss-cvs-commits mailing list