[jboss-cvs] Repository SVN: r2819 - jboss/cache/jbosscache-core/2.1.0.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 18 22:33:57 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-03-18 22:33:56 -0400 (Tue, 18 Mar 2008)
New Revision: 2819

Modified:
   jboss/cache/jbosscache-core/2.1.0.GA/component-info.xml
Log:
[JBAS-5148] Move core cache 2.1.0.GA to new structure

Modified: jboss/cache/jbosscache-core/2.1.0.GA/component-info.xml
===================================================================
--- jboss/cache/jbosscache-core/2.1.0.GA/component-info.xml	2008-03-19 02:29:18 UTC (rev 2818)
+++ jboss/cache/jbosscache-core/2.1.0.GA/component-info.xml	2008-03-19 02:33:56 UTC (rev 2819)
@@ -1,10 +1,10 @@
 <project name="jboss-cache-component-info">
 
    <!-- ============================================================ -->
-   <!-- jboss/cache                                                      -->
+   <!-- jboss/cache/jbosscache-core                                  -->
    <!-- ============================================================ -->
 
-   <component id="jboss/cache"
+   <component id="jboss/cache/jbosscache-core"
               version="2.1.0.GA"
               licenseType="lgpl"
               projectHome="http://www.jboss.org/products/jbosscache"
@@ -12,11 +12,12 @@
               frequently accessed Java objects in order to dramatically improve 
               the performance of e-business applications."
    >
-      <artifact id="jbosscache.jar"/>
-      <artifact id="pojocache.jar"/>
+      <artifact id="jbosscache-core.jar"/>
       <export>
-         <include input="jbosscache.jar"/>
-         <include input="pojocache.jar"/>
-      </export>
+         <include input="jbosscache-core.jar"/>
+      </export>−
+	   <import componentref="jgroups">
+         <compatible version="2.6.2"/>
+      </import>
    </component>
 </project>




More information about the jboss-cvs-commits mailing list