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 2007/03/14 06:18:57 UTC

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

Author: antonio
Date: Tue Mar 13 22:18:56 2007
New Revision: 518023

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

<action dev="AG" type="add">
  Core: Update commons-lang to 2.3.
</action>

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

Propchange: cocoon/branches/BRANCH_2_1_X/lib/core/commons-lang-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=518023&r1=518022&r2=518023
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Tue Mar 13 22:18:56 2007
@@ -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.2.jar</lib>
+    <lib>core/commons-lang-2.3.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=518023&r1=518022&r2=518023
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Tue Mar 13 22:18:56 2007
@@ -182,10 +182,7 @@
   <changes>
   <release version="2.1.11" date="TBD">
     <action dev="AG" type="add">
-      Core: Update commons-io to 1.3.1.
-    </action>
-    <action dev="AG" type="add">
-      Core: Update log4j to 1.2.14.
+      Core: Update log4j to 1.2.14, commons-io to 1.3.1 and commons-lang to 2.3.
     </action>
     <action dev="AG" type="fix" fixes-bug="COCOON-2023" due-to="Larry Ruiz" due-to-email="lruiz@agssa.net">
       CForms: MultivalueEditorWihtSuggestion doesn't add values to the listbox on Internet Explorer.