[jboss-cvs] JBossAS SVN: r61814 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 28 17:52:07 EDT 2007


Author: jaroslaw.kijanowski
Date: 2007-03-28 17:52:07 -0400 (Wed, 28 Mar 2007)
New Revision: 61814

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
JBAS-4103 fix target tests-client-unit by adding a pathelement

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-03-28 21:22:22 UTC (rev 61813)
+++ branches/Branch_4_2/testsuite/build.xml	2007-03-28 21:52:07 UTC (rev 61814)
@@ -1559,6 +1559,7 @@
 
       <classpath>
         <pathelement path="${build.lib}/jrmp-dl-client.jar"/>
+        <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>




More information about the jboss-cvs-commits mailing list