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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 13 14:25:10 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-13 14:25:10 -0500 (Thu, 13 Dec 2007)
New Revision: 2162

Added:
   jboss/cache/2.1.0.CR2/
   jboss/cache/2.1.0.CR2/component-info.xml
   jboss/cache/2.1.0.CR2/lib/
   jboss/cache/2.1.0.CR2/lib/jbosscache.jar
   jboss/cache/2.1.0.CR2/lib/pojocache.jar
Log:
[JBAS-4713] Upgrade to JBC 2.1.0.CR2

Added: jboss/cache/2.1.0.CR2/component-info.xml
===================================================================
--- jboss/cache/2.1.0.CR2/component-info.xml	                        (rev 0)
+++ jboss/cache/2.1.0.CR2/component-info.xml	2007-12-13 19:25:10 UTC (rev 2162)
@@ -0,0 +1,27 @@
+<project name="jboss-cache-component-info">
+
+   <!-- ============================================================ -->
+   <!-- jboss/cache/                                                 -->
+   <!-- ============================================================ -->
+
+   <component id="jboss/cache
+              version="2.1.0.CR2"
+              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>


Property changes on: jboss/cache/2.1.0.CR2/component-info.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

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


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

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


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




More information about the jboss-cvs-commits mailing list