You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2007/02/13 12:42:18 UTC

svn commit: r506978 - in /cocoon/branches/BRANCH_2_1_X: legal/ehcache-1.2.2.jar.license.txt legal/ehcache-1.2.3.jar.license.txt lib/core/ehcache-1.2.2.jar lib/core/ehcache-1.2.3.jar lib/jars.xml status.xml

Author: cziegeler
Date: Tue Feb 13 03:42:16 2007
New Revision: 506978

URL: http://svn.apache.org/viewvc?view=rev&rev=506978
Log:
Update ehcache to 1.2.3

Added:
    cocoon/branches/BRANCH_2_1_X/legal/ehcache-1.2.3.jar.license.txt
      - copied unchanged from r506954, cocoon/branches/BRANCH_2_1_X/legal/ehcache-1.2.2.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/core/ehcache-1.2.3.jar   (with props)
Removed:
    cocoon/branches/BRANCH_2_1_X/legal/ehcache-1.2.2.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/core/ehcache-1.2.2.jar
Modified:
    cocoon/branches/BRANCH_2_1_X/lib/jars.xml
    cocoon/branches/BRANCH_2_1_X/status.xml

Added: cocoon/branches/BRANCH_2_1_X/lib/core/ehcache-1.2.3.jar
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/core/ehcache-1.2.3.jar?view=auto&rev=506978
==============================================================================
Binary file - no diff available.

Propchange: cocoon/branches/BRANCH_2_1_X/lib/core/ehcache-1.2.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: cocoon/branches/BRANCH_2_1_X/lib/jars.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/jars.xml?view=diff&rev=506978&r1=506977&r2=506978
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Tue Feb 13 03:42:16 2007
@@ -504,7 +504,7 @@
     <title>EHCache</title>
     <description>Easy Hibernate Cache</description>
     <used-by>EHCache Store</used-by>
-    <lib>core/ehcache-1.2.2.jar</lib>
+    <lib>core/ehcache-1.2.3.jar</lib>
     <homepage>http://ehcache.sourceforge.net/</homepage>
   </file>
 

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/status.xml?view=diff&rev=506978&r1=506977&r2=506978
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Tue Feb 13 03:42:16 2007
@@ -181,6 +181,9 @@
 
   <changes>
   <release version="2.1.11" date="TBD">
+    <action dev="CZ" type="add">
+      Core: Update ehcache to 1.2.3.
+    </action>
     <action dev="CZ" type="fix" fixes-bug="COCOON-1984" due-to="Mark Lundquist">
       Template block: Add missing toString implementation to TemplateObjectModelHelper.ParametersMap.
     </action>