[jboss-cvs] JBossAS SVN: r100810 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 10 10:52:52 EST 2010


Author: jaikiran
Date: 2010-02-10 10:52:51 -0500 (Wed, 10 Feb 2010)
New Revision: 100810

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
EJBTHREE-1998 Include the entire JBOSS_HOME/client folder in test classpath

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2010-02-10 15:48:24 UTC (rev 100809)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2010-02-10 15:52:51 UTC (rev 100810)
@@ -325,6 +325,7 @@
   <path id="client.classpath">
 
     <!-- JBoss Client Binaries -->
+    <fileset dir="${location.client.lib}" includes="*.jar"/>
     <pathelement path="${location.client.lib.commons-logging}" />
     <pathelement path="${location.client.lib.jbossall}" />
     <pathelement path="${location.client.lib.jbossxb}" />




More information about the jboss-cvs-commits mailing list