[jboss-cvs] JBoss Messaging SVN: r6117 - in trunk: tests and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 19 16:25:07 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-03-19 16:25:07 -0400 (Thu, 19 Mar 2009)
New Revision: 6117

Removed:
   trunk/tests/bin/
Modified:
   trunk/build-messaging.xml
Log:
Removing scripts to run tests, since they can be easily executed through any IDE now

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-03-19 19:00:26 UTC (rev 6116)
+++ trunk/build-messaging.xml	2009-03-19 20:25:07 UTC (rev 6117)
@@ -1350,26 +1350,6 @@
       </junitreport>
    </target>
 
-   <property name="test.execution.classpath.file" value=".test.execution.classpath"/>
-
-   <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>
-
-   <target name="get-joram-test-execution-classpath" depends="init">
-      <pathconvert refid="joram.test.execution.classpath"
-                   property="test.execution.classpath.unix"/>
-      <echo message="${test.execution.classpath.unix}" file="${test.execution.classpath.file}"/>
-   </target>
-
    <target name="emma" depends="jar, compile-unit-tests">
       <property name="emma.dir" location="${build.dir}/emma"/>
 




More information about the jboss-cvs-commits mailing list