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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 4 00:05:02 EST 2008


Author: ALRubinger
Date: 2008-03-04 00:05:01 -0500 (Tue, 04 Mar 2008)
New Revision: 70350

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
Added Hiibernate3 and jboss-jaxws to Test Client CP, "appclient" test now passing

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-03-04 04:53:07 UTC (rev 70349)
+++ projects/ejb3/trunk/core/build-test.xml	2008-03-04 05:05:01 UTC (rev 70350)
@@ -92,6 +92,7 @@
   <property name="location.dependencies.unpacked" value="${location.dependencies}/unpacked"/>
   <property name="location.dependencies.unpacked.jboss-test:jboss.test" value="${location.dependencies.unpacked}/jboss-test"/>
   <property name="location.dependencies.lib" value="${location.dependencies}/lib"/>
+  <property name="location.dependencies.lib.hibernate:hibernate3" value="${location.dependencies.lib}/hibernate3.jar"/>
   <property name="location.dependencies.lib.jboss-test:jboss-test" value="${location.dependencies.lib}/jboss-test.jar"/>
   <property name="location.dependencies.lib.junit:junit" value="${location.dependencies.lib}/junit.jar"/>
   <property name="location.dependencies.lib.hsqldb:hsqldb" value="${location.dependencies.lib}/hsqldb.jar"/>
@@ -102,6 +103,7 @@
   <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"/>
+  <property name="location.client.lib.jboss-jaxws" value="${location.client.lib}/jboss-jaxws.jar"/>
     
   <!-- EJB3 Internal Artifacts -->
   <property name="artifact.ejb3.cache" value="${location.dependencies.lib}/jboss-ejb3-cache.jar"/>
@@ -174,11 +176,12 @@
   -->
   <path id="client.classpath">
 
-  <!-- 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}" />
+    <!-- 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}" />
+    <pathelement path="${location.client.lib.jboss-jaxws}" />
     
   </path>
   
@@ -231,6 +234,9 @@
     <!-- Root of jndi.properties -->
     <pathelement location="${resources}/test" />
     
+    <!-- Hibernate -->
+    <pathelement location="${location.dependencies.lib.hibernate:hibernate3}" />
+    
   </path>
   
   




More information about the jboss-cvs-commits mailing list