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/09/12 08:54:28 UTC

svn commit: r280274 - in /cocoon/branches/BRANCH_2_1_X: ./ legal/ lib/ lib/optional/

Author: antonio
Date: Sun Sep 11 23:53:44 2005
New Revision: 280274

URL: http://svn.apache.org/viewcvs?rev=280274&view=rev
Log:
Updated asm to 2.0, asm-util to 2.0, groovy to 1.0-jsr-03.

Added:
    cocoon/branches/BRANCH_2_1_X/legal/asm-2.0.jar.license.txt
      - copied, changed from r280261, cocoon/branches/BRANCH_2_1_X/legal/asm-1.5.2.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/legal/asm-util-2.0.jar.license.txt
      - copied, changed from r280261, cocoon/branches/BRANCH_2_1_X/legal/asm-util-1.5.2.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-jsr-03.jar.license.txt
      - copied unchanged from r280261, cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-jsr-01.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/optional/asm-2.0.jar   (with props)
    cocoon/branches/BRANCH_2_1_X/lib/optional/asm-util-2.0.jar   (with props)
    cocoon/branches/BRANCH_2_1_X/lib/optional/groovy-1.0-jsr-03.jar   (with props)
Removed:
    cocoon/branches/BRANCH_2_1_X/legal/asm-1.5.2.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/legal/asm-util-1.5.2.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-jsr-01.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/optional/asm-1.5.2.jar
    cocoon/branches/BRANCH_2_1_X/lib/optional/asm-util-1.5.2.jar
    cocoon/branches/BRANCH_2_1_X/lib/optional/groovy-1.0-jsr-01.jar
Modified:
    cocoon/branches/BRANCH_2_1_X/lib/jars.xml
    cocoon/branches/BRANCH_2_1_X/status.xml

Copied: cocoon/branches/BRANCH_2_1_X/legal/asm-2.0.jar.license.txt (from r280261, cocoon/branches/BRANCH_2_1_X/legal/asm-1.5.2.jar.license.txt)
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/legal/asm-2.0.jar.license.txt?p2=cocoon/branches/BRANCH_2_1_X/legal/asm-2.0.jar.license.txt&p1=cocoon/branches/BRANCH_2_1_X/legal/asm-1.5.2.jar.license.txt&r1=280261&r2=280274&rev=280274&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/legal/asm-1.5.2.jar.license.txt (original)
+++ cocoon/branches/BRANCH_2_1_X/legal/asm-2.0.jar.license.txt Sun Sep 11 23:53:44 2005
@@ -1,6 +1,6 @@
 
  ASM: a very small and fast Java bytecode manipulation framework
- Copyright (c) 2000,2002,2003 INRIA, France Telecom
+ Copyright (c) 2000-2005 INRIA, France Telecom
  All rights reserved.
 
  Redistribution and use in source and binary forms, with or without

Copied: cocoon/branches/BRANCH_2_1_X/legal/asm-util-2.0.jar.license.txt (from r280261, cocoon/branches/BRANCH_2_1_X/legal/asm-util-1.5.2.jar.license.txt)
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/legal/asm-util-2.0.jar.license.txt?p2=cocoon/branches/BRANCH_2_1_X/legal/asm-util-2.0.jar.license.txt&p1=cocoon/branches/BRANCH_2_1_X/legal/asm-util-1.5.2.jar.license.txt&r1=280261&r2=280274&rev=280274&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/legal/asm-util-1.5.2.jar.license.txt (original)
+++ cocoon/branches/BRANCH_2_1_X/legal/asm-util-2.0.jar.license.txt Sun Sep 11 23:53:44 2005
@@ -1,6 +1,6 @@
 
  ASM: a very small and fast Java bytecode manipulation framework
- Copyright (c) 2000,2002,2003 INRIA, France Telecom
+ Copyright (c) 2000-2005 INRIA, France Telecom
  All rights reserved.
 
  Redistribution and use in source and binary forms, with or without

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=280274&r1=280273&r2=280274&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Sun Sep 11 23:53:44 2005
@@ -375,7 +375,7 @@
       available to the Java developers using a Java-like syntax.
     </description>
     <used-by>BSF Block (Script generator, script action)</used-by>
-    <lib>optional/groovy-1.0-jsr-01.jar</lib>
+    <lib>optional/groovy-1.0-jsr-03.jar</lib>
     <homepage>http://groovy.codehaus.org/</homepage>
   </file>
 
@@ -388,7 +388,7 @@
 	  before they are loaded into the Java Virtual Machine.
     </description>
     <used-by>BSF Block (Script generator, script action)</used-by>
-    <lib>optional/asm-1.5.2.jar</lib>
+    <lib>optional/asm-2.0.jar</lib>
     <homepage>http://asm.objectweb.org/</homepage>
   </file>
 
@@ -399,7 +399,7 @@
       class visitors that can be useful for programming and debugging purposes.
     </description>
     <used-by>BSF Block (Script generator, script action)</used-by>
-    <lib>optional/asm-util-1.5.2.jar</lib>
+    <lib>optional/asm-util-2.0.jar</lib>
     <homepage>http://asm.objectweb.org/</homepage>
   </file>
 

Added: cocoon/branches/BRANCH_2_1_X/lib/optional/asm-2.0.jar
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/lib/optional/asm-2.0.jar?rev=280274&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/branches/BRANCH_2_1_X/lib/optional/asm-2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/branches/BRANCH_2_1_X/lib/optional/asm-util-2.0.jar
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/lib/optional/asm-util-2.0.jar?rev=280274&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/branches/BRANCH_2_1_X/lib/optional/asm-util-2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/branches/BRANCH_2_1_X/lib/optional/groovy-1.0-jsr-03.jar
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/lib/optional/groovy-1.0-jsr-03.jar?rev=280274&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/branches/BRANCH_2_1_X/lib/optional/groovy-1.0-jsr-03.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=280274&r1=280273&r2=280274&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Sun Sep 11 23:53:44 2005
@@ -198,7 +198,8 @@
   <changes>
   <release version="@version@" date="@date@">
     <action dev="AG" type="update">
-      Updated log4j to 1.2.12.
+      Updated log4j to 1.2.12, asm to 2.0, asm-util to 2.0,
+       groovy to 1.0-jsr-03.
     </action>
     <action dev="JHS" type="fix" fixes-bug="35538" due-to="Mark H. Butler" due-to-email="mark-h.butler@hp.com">
       Deli block updated to use the latest revision of DELI. This uses a more robust method of loading configuration