[jboss-cvs] Repository SVN: r1820 - in jboss/cache: jbosscache-core and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 14 12:26:17 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-14 12:26:17 -0500 (Wed, 14 Nov 2007)
New Revision: 1820

Added:
   jboss/cache/jbosscache-core/
   jboss/cache/jbosscache-core/2.1.0.CR1/
   jboss/cache/jbosscache-core/2.1.0.CR1/component-info.xml
   jboss/cache/jbosscache-core/2.1.0.CR1/lib/
   jboss/cache/jbosscache-pojo/
   jboss/cache/jbosscache-pojo/2.1.0.CR1/
   jboss/cache/jbosscache-pojo/2.1.0.CR1/lib/
Log:
Add JBoss Cache and PojoCache 2.1.0.CR1 to repository

Added: jboss/cache/jbosscache-core/2.1.0.CR1/component-info.xml
===================================================================
--- jboss/cache/jbosscache-core/2.1.0.CR1/component-info.xml	                        (rev 0)
+++ jboss/cache/jbosscache-core/2.1.0.CR1/component-info.xml	2007-11-14 17:26:17 UTC (rev 1820)
@@ -0,0 +1,26 @@
+<project name="jboss-cache-core-component-info">
+
+   <!-- ============================================================ -->
+   <!-- jboss/cache/jbosscache-core                                  -->
+   <!-- ============================================================ -->
+
+   <component id="jboss/cache/jbosscache-core"
+              version="2.1.0.CR1"
+              licenseType="lgpl"
+              projectHome="http://www.jboss.org/products/jbosscache"
+              description="JBoss Cache is a product designed to cache 
+              frequently accessed Java objects in order to dramatically improve 
+              the performance of e-business applications."
+   >
+      <artifact id="jbosscache.jar"/>
+      <export>
+         <include input="jbosscache.jar"/>
+      </export>
+
+      <import componentref="jgroups">
+             <compatible version="2.6.0.CR1"/>
+             <compatible version="2.6.0.GA"/>
+      </import>
+      
+   </component>
+</project>




More information about the jboss-cvs-commits mailing list