[jboss-cvs] JBossAS SVN: r61181 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 7 04:10:40 EST 2007


Author: scott.stark at jboss.org
Date: 2007-03-07 04:10:39 -0500 (Wed, 07 Mar 2007)
New Revision: 61181

Modified:
   trunk/testsuite/build.xml
Log:
Include src/resources/jbossmessaging in the jbm test classpath

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-03-07 09:09:54 UTC (rev 61180)
+++ trunk/testsuite/build.xml	2007-03-07 09:10:39 UTC (rev 61181)
@@ -3245,8 +3245,7 @@
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
-        <!-- need to prefix classpath to pick up correct versions of scoped client libs -->
-        <!-- <pathelement location="${jboss.messaging.lib}/jboss-messaging-client.jar"/> -->
+        <pathelement location="${build.resources}/jbossmessaging"/>
         <pathelement location="${build.lib}/jbossmessagingtest.jar"/>
         <path refid="tests.classpath"/>
       </classpath>




More information about the jboss-cvs-commits mailing list