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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 3 23:53:07 EST 2008


Author: ALRubinger
Date: 2008-03-03 23:53:07 -0500 (Mon, 03 Mar 2008)
New Revision: 70349

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
Add jboss-metadata to Client CP

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-03-04 02:42:48 UTC (rev 70348)
+++ projects/ejb3/trunk/core/build-test.xml	2008-03-04 04:53:07 UTC (rev 70349)
@@ -101,6 +101,7 @@
   <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"/>
+  <property name="location.client.lib.jboss-metadata" value="${location.client.lib}/jboss-metadata.jar"/>
     
   <!-- EJB3 Internal Artifacts -->
   <property name="artifact.ejb3.cache" value="${location.dependencies.lib}/jboss-ejb3-cache.jar"/>
@@ -173,12 +174,12 @@
   -->
   <path id="client.classpath">
 
-    <!-- JBoss Client Binaries -->
-    <pathelement path="${location.client.lib.jbossall}" />
+  <!-- JBoss Client Binaries -->
+  <pathelement path="${location.client.lib.jbossall}" />
 	<pathelement path="${location.client.lib.jbossxb}" />
 	<pathelement path="${location.client.lib.jbossws-spi}" />
-	
-
+  <pathelement path="${location.client.lib.jboss-metadata}" />
+    
   </path>
   
   <!--
@@ -224,8 +225,8 @@
     <!-- Apache HttpClient -->
     <pathelement path="${location.dependencies.lib.apache-httpclient:commons-httpclient}" />
 	
-	<!-- Apache Codec -->
-	<pathelement path="${location.dependencies.lib.apache-codec:commons-codec}" />
+	  <!-- Apache Codec -->
+    <pathelement path="${location.dependencies.lib.apache-codec:commons-codec}" />
 
     <!-- Root of jndi.properties -->
     <pathelement location="${resources}/test" />




More information about the jboss-cvs-commits mailing list