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 2019/02/18 10:27:46 UTC

svn commit: r1853788 - in /cocoon/branches/BRANCH_2_1_X: lib/endorsed/serializer-2.7.2.jar lib/endorsed/xalan-2.7.1.jar lib/endorsed/xalan-2.7.2.jar lib/jars.xml status.xml

Author: anathaniel
Date: Mon Feb 18 10:27:45 2019
New Revision: 1853788

URL: http://svn.apache.org/viewvc?rev=1853788&view=rev
Log:
Update to xalan-2.7.2 and add serializer-2.7.2

Added:
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/serializer-2.7.2.jar   (with props)
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/xalan-2.7.2.jar   (with props)
Removed:
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/xalan-2.7.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/endorsed/serializer-2.7.2.jar
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/endorsed/serializer-2.7.2.jar?rev=1853788&view=auto
==============================================================================
Binary file - no diff available.

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

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

Propchange: cocoon/branches/BRANCH_2_1_X/lib/endorsed/xalan-2.7.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?rev=1853788&r1=1853787&r2=1853788&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Mon Feb 18 10:27:45 2019
@@ -283,7 +283,18 @@
     </description>
     <ant-target>jar</ant-target>
     <used-by>Cocoon</used-by>
-    <lib>endorsed/xalan-2.7.1.jar</lib>
+    <lib>endorsed/xalan-2.7.2.jar</lib>
+    <homepage>http://xml.apache.org/xalan-j/</homepage>
+  </file>
+
+  <file>
+    <title>The XSLT serializer</title>
+    <description>
+      Serializer split off Xalan since 2.7.2.
+    </description>
+    <ant-target>jar</ant-target>
+    <used-by>Xalan</used-by>
+    <lib>endorsed/serializer-2.7.2.jar</lib>
     <homepage>http://xml.apache.org/xalan-j/</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=1853788&r1=1853787&r2=1853788&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Mon Feb 18 10:27:45 2019
@@ -184,6 +184,9 @@
 
   <changes>
   <release version="2.1.13" date="TBD">
+    <action dev="AN" type="update">
+      Core: Update to xalan-2.7.2 and add serializer-2.7.2
+    </action>
     <action dev="DC" type="fix">
       Enable 'java' to be found by the build and run shell scripts on a modern Mac OS X.
     </action>