[jboss-cvs] Repository SVN: r2222 - in jboss/cache: 1.4.1.SP8-patch02 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 20 18:22:37 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-20 18:22:37 -0500 (Thu, 20 Dec 2007)
New Revision: 2222

Added:
   jboss/cache/1.4.1.SP8-patch02/
   jboss/cache/1.4.1.SP8-patch02/README.txt
   jboss/cache/1.4.1.SP8-patch02/component-info.xml
   jboss/cache/1.4.1.SP8-patch02/lib/
Log:
Add a temp JBC version with updated JBCACHE-1246 fix

Added: jboss/cache/1.4.1.SP8-patch02/README.txt
===================================================================
--- jboss/cache/1.4.1.SP8-patch02/README.txt	                        (rev 0)
+++ jboss/cache/1.4.1.SP8-patch02/README.txt	2007-12-20 23:22:37 UTC (rev 2222)
@@ -0,0 +1,11 @@
+NAME:    JBossCache
+VERSION: 1.4.1.SP8-patch02
+PROJECT: http://www.jboss.com/products/jbosscache
+PURPOSE: Used by Clustering in JBossAS, HTTP session replication
+
+With an updated fix for JBCACHE-1246
+
+Grab the source with:
+
+svn export -r4901
+https://svn.jboss.org/repos/jbosscache/core/branches/1.4.X/

Added: jboss/cache/1.4.1.SP8-patch02/component-info.xml
===================================================================
--- jboss/cache/1.4.1.SP8-patch02/component-info.xml	                        (rev 0)
+++ jboss/cache/1.4.1.SP8-patch02/component-info.xml	2007-12-20 23:22:37 UTC (rev 2222)
@@ -0,0 +1,20 @@
+<project name="jboss-cache-component-info">
+
+   <!-- ============================================================ -->
+   <!-- jboss/cache                                                      -->
+   <!-- ============================================================ -->
+
+   <component id="jboss/cache"
+              version="1.4.1.SP8.patch02"
+              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="jboss-cache-jdk50.jar"/>
+      <export>
+         <include input="jboss-cache-jdk50.jar"/>
+      </export>
+   </component>
+</project>




More information about the jboss-cvs-commits mailing list