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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 7 08:53:30 EDT 2008


Author: ataylor
Date: 2008-07-07 08:53:29 -0400 (Mon, 07 Jul 2008)
New Revision: 4644

Modified:
   trunk/build.xml
Log:
new target

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-07-07 12:29:53 UTC (rev 4643)
+++ trunk/build.xml	2008-07-07 12:53:29 UTC (rev 4644)
@@ -138,6 +138,10 @@
       <ant antfile="build-messaging.xml" target="all-tests"/>
    </target>
 
+   <target name="tests" depends="createthirdparty">
+      <ant antfile="build-messaging.xml" target="tests"/>
+   </target>
+
    <target name="compile-reports" depends="createthirdparty">
       <ant antfile="build-messaging.xml" target="compile-reports"/>
    </target>




More information about the jboss-cvs-commits mailing list