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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 15 10:10:34 EDT 2008


Author: ataylor
Date: 2008-04-15 10:10:33 -0400 (Tue, 15 Apr 2008)
New Revision: 4062

Modified:
   trunk/build-messaging.xml
Log:
fixes to runner

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-04-15 13:59:51 UTC (rev 4061)
+++ trunk/build-messaging.xml	2008-04-15 14:10:33 UTC (rev 4062)
@@ -705,10 +705,16 @@
 
     <property name="test.execution.classpath.file" value=".test.execution.classpath"/>
 
-   <target name="get-test-execution-classpath" depends="init">
+   <target name="get-unit-test-execution-classpath" depends="init">
       <pathconvert refid="unit.test.execution.classpath"
                    property="test.execution.classpath.unix"/>
       <echo message="${test.execution.classpath.unix}" file="${test.execution.classpath.file}"/>
    </target>
 
+   <target name="get-jms-test-execution-classpath" depends="init">
+      <pathconvert refid="jms.test.execution.classpath"
+                   property="test.execution.classpath.unix"/>
+      <echo message="${test.execution.classpath.unix}" file="${test.execution.classpath.file}"/>
+   </target>
+
 </project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list