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 2005/06/26 11:59:36 UTC

svn commit: r201828 - in /cocoon/branches/BRANCH_2_1_X: legal/commons-digester-1.6.jar.license.txt legal/commons-digester-1.7.jar.license.txt lib/jars.xml lib/optional/commons-digester-1.6.jar lib/optional/commons-digester-1.7.jar status.xml

Author: antonio
Date: Sun Jun 26 00:39:29 2005
New Revision: 201828

URL: http://svn.apache.org/viewcvs?rev=201828&view=rev
Log:
Update commons-digester to 1.7.

Added:
    cocoon/branches/BRANCH_2_1_X/legal/commons-digester-1.7.jar.license.txt
      - copied unchanged from r201588, cocoon/branches/BRANCH_2_1_X/legal/commons-digester-1.6.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/optional/commons-digester-1.7.jar   (with props)
Removed:
    cocoon/branches/BRANCH_2_1_X/legal/commons-digester-1.6.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/optional/commons-digester-1.6.jar
Modified:
    cocoon/branches/BRANCH_2_1_X/lib/jars.xml
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/lib/jars.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/lib/jars.xml?rev=201828&r1=201827&r2=201828&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Sun Jun 26 00:39:29 2005
@@ -979,7 +979,7 @@
        available for your use, or you can also create your own.
     </description>
     <used-by>Faces block</used-by>
-    <lib>optional/commons-digester-1.6.jar</lib>
+    <lib>optional/commons-digester-1.7.jar</lib>
     <homepage>http://jakarta.apache.org/commons/digester/</homepage>
   </file>  
 

Added: cocoon/branches/BRANCH_2_1_X/lib/optional/commons-digester-1.7.jar
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/lib/optional/commons-digester-1.7.jar?rev=201828&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/branches/BRANCH_2_1_X/lib/optional/commons-digester-1.7.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=201828&r1=201827&r2=201828&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Sun Jun 26 00:39:29 2005
@@ -196,6 +196,9 @@
 
   <changes>
   <release version="@version@" date="@date@">
+    <action dev="AG" type="update">
+      Updated commons-digester to 1.7.
+    </action>
     <action dev="UH" type="add" due-to="Johan Stuyts">
       Mail block: The SendMailTransformer can now configure the smtp port.
     </action>
@@ -244,14 +247,14 @@
     <action dev="CZ" type="add">
       Add setter action to set values in the object model, request or session.
     </action>
-     <action dev="AG" type="update">
+    <action dev="AG" type="update">
       Updated ant to 1.6.5.
     </action>
-     <action dev="SW" type="add">
+    <action dev="SW" type="add">
        CForms block: add a new <code>&lt;fd:true-param-value&gt;</code> configuration to
        booleanfield definitions, to allow specifying a value different from "<code>true</code>"
        for the checkbox.
-     </action>
+    </action>
     <action dev="CZ" type="update">
       Set the content-length of a response when the pipeline buffers the content
       (which is the default).