[jboss-cvs] Repository SVN: r2351 - in jboss/cache: 2.1.0.CR3 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 17 13:13:48 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-17 13:13:48 -0500 (Thu, 17 Jan 2008)
New Revision: 2351

Added:
   jboss/cache/2.1.0.CR3/
   jboss/cache/2.1.0.CR3/component-info.xml
   jboss/cache/2.1.0.CR3/lib/
   jboss/cache/2.1.0.CR3/lib/jbosscache.jar
   jboss/cache/2.1.0.CR3/lib/pojocache.jar
Log:
[JBAS-5087] Upgrade to JBoss Cache 2.1.0.CR3

Added: jboss/cache/2.1.0.CR3/component-info.xml
===================================================================
--- jboss/cache/2.1.0.CR3/component-info.xml	                        (rev 0)
+++ jboss/cache/2.1.0.CR3/component-info.xml	2008-01-17 18:13:48 UTC (rev 2351)
@@ -0,0 +1,27 @@
+<project name="jboss-cache-component-info">
+
+   <!-- ============================================================ -->
+   <!-- jboss/cache/                                                 -->
+   <!-- ============================================================ -->
+
+   <component id="jboss/cache"
+              version="2.1.0.CR3"
+              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"/>
+      <artifact id="pojocache.jar"/>
+      <export>
+         <include input="jbosscache.jar"/>
+         <include input="pojocache.jar"/>
+      </export>
+
+      <import componentref="jgroups">
+             <compatible version="2.6.1.GA"/>
+      </import>
+      
+   </component>
+</project>

Added: jboss/cache/2.1.0.CR3/lib/jbosscache.jar
===================================================================
(Binary files differ)


Property changes on: jboss/cache/2.1.0.CR3/lib/jbosscache.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/cache/2.1.0.CR3/lib/pojocache.jar
===================================================================
(Binary files differ)


Property changes on: jboss/cache/2.1.0.CR3/lib/pojocache.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list