svn commit: r1879200 - in /cocoon/branches/BRANCH_2_1_X/lib: endorsed/xalan-2.7.2-cocoon.jar endorsed/xalan-2.7.2.jar jars.xml

[email protected] Thu, 25 Jun 2020 17:51:12 -0000
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: cdamioli
Date: Thu Jun 25 17:51:11 2020
New Revision: 1879200

URL: http://svn.apache.org/viewvc?rev=1879200&view=rev
Log:
Revert to full Xalan-2.7.2, with XSLTC, but without org.apache.bcel.* and org.apache.regexp.*

Added:
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/xalan-2.7.2-cocoon.jar   (with props)
Removed:
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/xalan-2.7.2.jar
Modified:
    cocoon/branches/BRANCH_2_1_X/lib/jars.xml

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

Propchange: cocoon/branches/BRANCH_2_1_X/lib/endorsed/xalan-2.7.2-cocoon.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=1879200&r1=1879199&r2=1879200&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Thu Jun 25 17:51:11 2020
@@ -280,10 +280,12 @@
     <description>
       Xalan is an XSLT processor that fully supports the W3C specs.
       Includes XSLTC.
+      This version is modified from the official xalan-2.7.2 release, 
+      with removal of org.apache.bcel.* and org.apache.regexp.* 
     </description>
     <ant-target>jar</ant-target>
     <used-by>Cocoon</used-by>
-    <lib>endorsed/xalan-2.7.2.jar</lib>
+    <lib>endorsed/xalan-2.7.2-cocoon.jar</lib>
     <homepage>http://xml.apache.org/xalan-j/</homepage>
   </file>