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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 4 03:20:35 EST 2008


Author: ALRubinger
Date: 2008-03-04 03:20:33 -0500 (Tue, 04 Mar 2008)
New Revision: 70353

Modified:
   projects/ejb3/trunk/core/build-test.xml
   projects/ejb3/trunk/core/pom.xml
Log:
Add JBoss Cache Core to Client CP

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-03-04 07:32:19 UTC (rev 70352)
+++ projects/ejb3/trunk/core/build-test.xml	2008-03-04 08:20:33 UTC (rev 70353)
@@ -98,6 +98,7 @@
   <property name="location.dependencies.lib.hsqldb:hsqldb" value="${location.dependencies.lib}/hsqldb.jar"/>
   <property name="location.dependencies.lib.apache-httpclient:commons-httpclient" value="${location.dependencies.lib}/commons-httpclient.jar"/>
   <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.jbossall" value="${location.client.lib}/jbossall-client.jar"/>
   <property name="location.client.lib.jbossxb" value="${location.client.lib}/jboss-xml-binding.jar"/>
@@ -218,6 +219,9 @@
 
     <!-- JBoss Test Project -->
     <pathelement path="${location.dependencies.lib.jboss-test:jboss-test}" />
+    
+    <!-- JBoss Cache Core -->
+    <pathelement path="${location.dependencies.lib.org.jboss.cache:jbosscache-core}" />
 
     <!-- JUnit -->
     <pathelement path="${location.dependencies.lib.junit:junit}" />

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-03-04 07:32:19 UTC (rev 70352)
+++ projects/ejb3/trunk/core/pom.xml	2008-03-04 08:20:33 UTC (rev 70353)
@@ -159,6 +159,10 @@
             <configuration>
               <artifactItems>
                 <artifactItem>
+                  <groupId>org.jboss.cache</groupId>
+                  <artifactId>jbosscache-core</artifactId>
+                </artifactItem>
+                <artifactItem>
                   <groupId>org.jboss.ejb3</groupId>
                   <artifactId>jboss-ejb3-core</artifactId>
                 </artifactItem>




More information about the jboss-cvs-commits mailing list