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/08/14 22:08:50 UTC

svn commit: r232636 - in /cocoon/branches/BRANCH_2_1_X: legal/xalan-2.6.1-dev-20041008T0304.jar.license.txt legal/xalan-2.7.0.jar.license.txt lib/endorsed/xalan-2.6.1-dev-20041008T0304.jar lib/endorsed/xalan-2.7.0.jar lib/jars.xml status.xml

Author: antonio
Date: Sun Aug 14 13:07:14 2005
New Revision: 232636

URL: http://svn.apache.org/viewcvs?rev=232636&view=rev
Log:
Update xalan to 2.7.0

Added:
    cocoon/branches/BRANCH_2_1_X/legal/xalan-2.7.0.jar.license.txt
      - copied unchanged from r232532, cocoon/branches/BRANCH_2_1_X/legal/xalan-2.6.1-dev-20041008T0304.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/xalan-2.7.0.jar   (with props)
Removed:
    cocoon/branches/BRANCH_2_1_X/legal/xalan-2.6.1-dev-20041008T0304.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/xalan-2.6.1-dev-20041008T0304.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/xalan-2.7.0.jar
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/lib/endorsed/xalan-2.7.0.jar?rev=232636&view=auto
==============================================================================
Binary file - no diff available.

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

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=232636&r1=232635&r2=232636&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Sun Aug 14 13:07:14 2005
@@ -316,7 +316,7 @@
     </description>
     <ant-target>jar</ant-target>
     <used-by>Cocoon</used-by>
-    <lib>endorsed/xalan-2.6.1-dev-20041008T0304.jar</lib>
+    <lib>endorsed/xalan-2.7.0.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/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=232636&r1=232635&r2=232636&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Sun Aug 14 13:07:14 2005
@@ -196,8 +196,11 @@
 
   <changes>
   <release version="@version@" date="@date@">
-    <action dev="AN" type="add">
-	Add geronimo-specs-javamail-1.3.1-rc5 and geronimo-spec-activation-1.0.2-rc4.jar. This jars replace mock classes for mail block.
+    <action dev="AG" type="update">
+      Updated xalan to 2.7.0.
+    </action>
+    <action dev="AG" type="add">
+      Add geronimo-specs-javamail-1.3.1-rc5 and geronimo-spec-activation-1.0.2-rc4.jar. This jars replace mock classes for mail block.
     </action>
     <action dev="SW" type="fix">
      JXTemplate: ensure JXPath expressions can use namespace prefix mappings declared in the template document.