You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/10/09 05:15:46 UTC

svn commit: r454264 - in /cocoon/branches/BRANCH_2_1_X: legal/commons-lang-2.1.jar.license.txt legal/commons-lang-2.2.jar.license.txt lib/core/commons-lang-2.1.jar lib/core/commons-lang-2.2.jar lib/jars.xml status.xml

Author: antonio
Date: Sun Oct  8 20:15:45 2006
New Revision: 454264

URL: http://svn.apache.org/viewvc?view=rev&rev=454264
Log:

<action dev="AG" type="update">
  Updated commons-lang to 2.2.
</action>

Added:
    cocoon/branches/BRANCH_2_1_X/legal/commons-lang-2.2.jar.license.txt
      - copied unchanged from r454224, cocoon/branches/BRANCH_2_1_X/legal/commons-lang-2.1.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/core/commons-lang-2.2.jar   (with props)
Removed:
    cocoon/branches/BRANCH_2_1_X/legal/commons-lang-2.1.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/core/commons-lang-2.1.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/commons-lang-2.2.jar
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/core/commons-lang-2.2.jar?view=auto&rev=454264
==============================================================================
Binary file - no diff available.

Propchange: cocoon/branches/BRANCH_2_1_X/lib/core/commons-lang-2.2.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=454264&r1=454263&r2=454264
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Sun Oct  8 20:15:45 2006
@@ -884,7 +884,7 @@
       on base classes of the JDK, such as unrolling exceptions.
     </description>
     <used-by>Cocoon, OJB</used-by>
-    <lib>core/commons-lang-2.1.jar</lib>
+    <lib>core/commons-lang-2.2.jar</lib>
     <homepage>http://jakarta.apache.org/commons/lang/</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=454264&r1=454263&r2=454264
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Sun Oct  8 20:15:45 2006
@@ -184,6 +184,9 @@
   <release version="@version@" date="@date@">
 -->
   <release version="2.1.10" date="TBD">
+    <action dev="AG" type="update">
+      Updated commons-lang to 2.2.
+    </action>
     <action dev="JH" type="fix" fixes-bug="COCOON-1900" due-to="Gabriele Columbro" due-to-email="columbro@gmail.com">
       CForms: Add a <code>name</code> attribute to a booleanfield in output mode to make it easily accessible in JavaScript.
     </action>