[jboss-cvs] JBossAS SVN: r70354 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 4 03:26:09 EST 2008


Author: ALRubinger
Date: 2008-03-04 03:26:09 -0500 (Tue, 04 Mar 2008)
New Revision: 70354

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
Add Commons Logging to Test Client CP

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-03-04 08:20:33 UTC (rev 70353)
+++ projects/ejb3/trunk/core/build-test.xml	2008-03-04 08:26:09 UTC (rev 70354)
@@ -100,6 +100,7 @@
   <property name="location.dependencies.lib.apache-codec:commons-codec" value="${location.dependencies.lib}/commons-codec.jar"/>
   <property name="location.dependencies.lib.org.jboss.cache:jbosscache-core" value="${location.dependencies.lib}/jbosscache-core.jar"/>
   <property name="location.client.lib" value="${jboss.dist}/client"/>
+  <property name="location.client.lib.commons-logging" value="${location.client.lib}/commons-logging.jar"/>
   <property name="location.client.lib.jbossall" value="${location.client.lib}/jbossall-client.jar"/>
   <property name="location.client.lib.jbossxb" value="${location.client.lib}/jboss-xml-binding.jar"/>
   <property name="location.client.lib.jbossws-spi" value="${location.client.lib}/jbossws-spi.jar"/>
@@ -178,9 +179,10 @@
   <path id="client.classpath">
 
     <!-- JBoss Client Binaries -->
+    <pathelement path="${location.client.lib.commons-logging}" />
     <pathelement path="${location.client.lib.jbossall}" />
-	  <pathelement path="${location.client.lib.jbossxb}" />
-	  <pathelement path="${location.client.lib.jbossws-spi}" />
+    <pathelement path="${location.client.lib.jbossxb}" />
+    <pathelement path="${location.client.lib.jbossws-spi}" />
     <pathelement path="${location.client.lib.jboss-metadata}" />
     <pathelement path="${location.client.lib.jboss-jaxws}" />
     




More information about the jboss-cvs-commits mailing list