[jboss-cvs] JBoss Messaging SVN: r1800 - trunk/tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 15 12:34:48 EST 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-12-15 12:34:46 -0500 (Fri, 15 Dec 2006)
New Revision: 1800

Modified:
   trunk/tests/build.xml
Log:
added ant-junit.jar to the classpath

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2006-12-15 12:52:36 UTC (rev 1799)
+++ trunk/tests/build.xml	2006-12-15 17:34:46 UTC (rev 1800)
@@ -171,6 +171,7 @@
       <path refid="jboss.server.classpath"/> <!-- for org.jboss.jms.jndi.JNDIProviderAdapter -->
       <path refid="jboss.jca.classpath"/>  <!-- for org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory, etc -->
       <path refid="jboss.profiler.jvmti.classpath"/>
+      <path location="${tests.root}/lib/ant-junit.jar"/>
    </path>
 
    <!--




More information about the jboss-cvs-commits mailing list