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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 24 22:51:49 EDT 2008


Author: ALRubinger
Date: 2008-03-24 22:51:49 -0400 (Mon, 24 Mar 2008)
New Revision: 71218

Modified:
   projects/ejb3/trunk/core/build-test.xml
   projects/ejb3/trunk/core/pom.xml
Log:
[EJBTHREE-1234] Include "jboss-metadata" and "jboss-deployers-core-spi" on EJB3 Test Client CP

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-03-25 01:58:25 UTC (rev 71217)
+++ projects/ejb3/trunk/core/build-test.xml	2008-03-25 02:51:49 UTC (rev 71218)
@@ -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.hibernate:hibernate3" value="${location.dependencies.lib}/hibernate3.jar"/>
   <property name="location.dependencies.lib.org.jboss.cache:jbosscache-core" value="${location.dependencies.lib}/jbosscache-core.jar"/>
+  <property name="location.dependencies.lib.org.jboss.jboss-deployers-core-spi" value="${location.dependencies.lib}/jboss-deployers-core-spi.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"/>
@@ -301,9 +302,12 @@
     <!-- JBoss Test Project -->
     <pathelement path="${location.dependencies.lib.jboss-test:jboss-test}" />
 	
-	<!-- Hibernate -->
-	<pathelement path="${location.dependencies.lib.hibernate:hibernate3}" />
+	  <!-- Hibernate -->
+	  <pathelement path="${location.dependencies.lib.hibernate:hibernate3}" />
     
+    <!-- JBoss Deployers SPI -->
+	  <pathelement path="${location.dependencies.lib.org.jboss.jboss-deployers-core-spi}" />
+    
     <!-- JBoss Cache Core -->
     <pathelement path="${location.dependencies.lib.org.jboss.cache:jbosscache-core}" />
 
@@ -322,9 +326,6 @@
     <!-- Root of jndi.properties -->
     <pathelement location="${resources}/test" />
     
-    <!-- Hibernate -->
-    <pathelement location="${location.dependencies.lib.hibernate:hibernate3}" />
-    
   </path>
   
   

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-03-25 01:58:25 UTC (rev 71217)
+++ projects/ejb3/trunk/core/pom.xml	2008-03-25 02:51:49 UTC (rev 71218)
@@ -197,17 +197,25 @@
                 <artifactItem>
                   <groupId>apache-httpclient</groupId>
                   <artifactId>commons-httpclient</artifactId>
-                  <version>3.0.1</version> <!-- Used only here -->
+                  <version>3.0.1</version><!-- Used only here -->
                 </artifactItem>
                 <artifactItem>
                   <groupId>apache-codec</groupId>
                   <artifactId>commons-codec</artifactId>
-                  <version>1.2</version> <!-- Used only here -->
+                  <version>1.2</version><!-- Used only here -->
                 </artifactItem>
                 <artifactItem>
                   <groupId>hibernate</groupId>
                   <artifactId>hibernate3</artifactId>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.jboss.microcontainer</groupId>
+                  <artifactId>jboss-deployers-core-spi</artifactId>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.jboss</groupId>
+                  <artifactId>jboss-metadata</artifactId>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/dependencies/lib</outputDirectory>
               <overWriteIfNewer>true</overWriteIfNewer>




More information about the jboss-cvs-commits mailing list