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 2006/06/10 09:29:19 UTC

svn commit: r413261 - in /cocoon/branches/BRANCH_2_1_X: legal/bcel-5.2.jar.license.txt legal/jakarta-bcel-20040329.jar.license.txt lib/endorsed/bcel-5.2.jar lib/endorsed/jakarta-bcel-20040329.jar lib/jars.xml status.xml

Author: antonio
Date: Sat Jun 10 00:29:17 2006
New Revision: 413261

URL: http://svn.apache.org/viewvc?rev=413261&view=rev
Log:
Reverting update to bcel 5.2 until javaflow get fixed. See: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=114986590808476 

Added:
    cocoon/branches/BRANCH_2_1_X/legal/jakarta-bcel-20040329.jar.license.txt
      - copied unchanged from r412674, cocoon/branches/BRANCH_2_1_X/legal/jakarta-bcel-20040329.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/jakarta-bcel-20040329.jar
      - copied unchanged from r412674, cocoon/branches/BRANCH_2_1_X/lib/endorsed/jakarta-bcel-20040329.jar
Removed:
    cocoon/branches/BRANCH_2_1_X/legal/bcel-5.2.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/endorsed/bcel-5.2.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/viewvc/cocoon/branches/BRANCH_2_1_X/lib/jars.xml?rev=413261&r1=413260&r2=413261&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Sat Jun 10 00:29:17 2006
@@ -1146,7 +1146,7 @@
       possibility to analyze, create, and manipulate (binary) Java class files.
     </description>
     <used-by>XSLTC, javaflow</used-by>
-    <lib>endorsed/bcel-5.2.jar</lib>
+    <lib>endorsed/jakarta-bcel-20040329.jar</lib>
     <homepage>http://jakarta.apache.org/bcel/</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=413261&r1=413260&r2=413261&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Sat Jun 10 00:29:17 2006
@@ -189,9 +189,6 @@
     <action dev="VG" type="fix">
       Databases: Fix reading of the CLOBs in SQLTransformer.
     </action>
-    <action dev="AG" type="update">
-      Updated bcel to 5.2.
-    </action>
     <action dev="AG" type="add" due-to="Carlos Chávez &amp; Eric Meyer" due-to-email="cchavez@agssa.net &amp; emeyer@quoininc.com">
       CForms Block: Add multiple repeater drag &amp; drop dojo sample.
     </action>