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 2011/10/06 23:02:06 UTC

svn commit: r1179852 - in /cocoon/branches/BRANCH_2_1_X: lib/endorsed/xercesImpl-2.11.0.jar lib/endorsed/xercesImpl-2.9.1.jar lib/endorsed/xml-apis-1.3.04.jar lib/endorsed/xml-apis-1.4.01.jar lib/jars.xml status.xml

Author: antonio
Date: Thu Oct  6 21:02:06 2011
New Revision: 1179852

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

<action dev="AG" type="update">
  Core: Update xercesImpl to 2.11.0 and xml-apis to 1.4.01.
</action>

Added:
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/xercesImpl-2.11.0.jar   (with props)
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/xml-apis-1.4.01.jar   (with props)
Removed:
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/xercesImpl-2.9.1.jar
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/xml-apis-1.3.04.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/endorsed/xercesImpl-2.11.0.jar
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/endorsed/xercesImpl-2.11.0.jar?rev=1179852&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/branches/BRANCH_2_1_X/lib/endorsed/xercesImpl-2.11.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/branches/BRANCH_2_1_X/lib/endorsed/xml-apis-1.4.01.jar
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/endorsed/xml-apis-1.4.01.jar?rev=1179852&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/branches/BRANCH_2_1_X/lib/endorsed/xml-apis-1.4.01.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?rev=1179852&r1=1179851&r2=1179852&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Thu Oct  6 21:02:06 2011
@@ -292,7 +292,7 @@
     <description>Xerces is an XML parser.</description>
     <used-by>Cocoon</used-by>
     <ant-target>jars</ant-target>
-    <lib>endorsed/xercesImpl-2.9.1.jar</lib>
+    <lib>endorsed/xercesImpl-2.11.0.jar</lib>
     <homepage>http://xerces.apache.org/xerces2-j/</homepage>
   </file>
 
@@ -304,7 +304,7 @@
     </description>
     <ant-target>external</ant-target>
     <used-by>Cocoon</used-by>
-    <lib>endorsed/xml-apis-1.3.04.jar</lib>
+    <lib>endorsed/xml-apis-1.4.01.jar</lib>
     <homepage>http://xml.apache.org/commons/</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?rev=1179852&r1=1179851&r2=1179852&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Thu Oct  6 21:02:06 2011
@@ -187,6 +187,9 @@
     <action dev="all" type="update">
       Starting with 2.1.12 the minimum required Java version will be 1.4.2.
     </action>
+    <action dev="AG" type="update">
+      Core: Update xercesImpl to 2.11.0 and xml-apis to 1.4.01.
+    </action>
     <action dev="JSJ" type="fix" fixes-bug="COCOON-2104" due-to="Andrew Cave" due-to-email="ajcave@ualberta.ca">
       Add base URI fixup support to XIncludeTransformer
     </action>