[jboss-cvs] Repository SVN: r952 - in jboss/cache: 2.0.0.GA and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Aug 8 12:01:15 EDT 2007
Author: rrajesh
Date: 2007-08-08 12:01:15 -0400 (Wed, 08 Aug 2007)
New Revision: 952
Added:
jboss/cache/2.0.0.GA/
jboss/cache/2.0.0.GA/README.txt
jboss/cache/2.0.0.GA/component-info.xml
jboss/cache/2.0.0.GA/lib/
jboss/cache/2.0.0.GA/lib/jbosscache.jar
jboss/cache/2.0.0.GA/lib/pojocache.jar
Log:
JBossCache 2.0.0.GA
Added: jboss/cache/2.0.0.GA/README.txt
===================================================================
--- jboss/cache/2.0.0.GA/README.txt (rev 0)
+++ jboss/cache/2.0.0.GA/README.txt 2007-08-08 16:01:15 UTC (rev 952)
@@ -0,0 +1,4 @@
+NAME: JBossCache
+VERSION: 2.0.0.GA
+PROJECT: http://www.jboss.com/products/jbosscache
+PURPOSE: Used by Clustering in JBossAS
Added: jboss/cache/2.0.0.GA/component-info.xml
===================================================================
--- jboss/cache/2.0.0.GA/component-info.xml (rev 0)
+++ jboss/cache/2.0.0.GA/component-info.xml 2007-08-08 16:01:15 UTC (rev 952)
@@ -0,0 +1,22 @@
+<project name="jboss-cache-component-info">
+
+ <!-- ============================================================ -->
+ <!-- jboss/cache -->
+ <!-- ============================================================ -->
+
+ <component id="jboss/cache"
+ version="2.0.0.GA"
+ 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>
+ </component>
+</project>
Added: jboss/cache/2.0.0.GA/lib/jbosscache.jar
===================================================================
(Binary files differ)
Property changes on: jboss/cache/2.0.0.GA/lib/jbosscache.jar
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: jboss/cache/2.0.0.GA/lib/pojocache.jar
===================================================================
(Binary files differ)
Property changes on: jboss/cache/2.0.0.GA/lib/pojocache.jar
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
More information about the jboss-cvs-commits
mailing list