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/04/07 10:01:36 UTC

svn commit: r160381 - in cocoon/branches/BRANCH_2_1_X: gump.xml legal/groovy-1.0-beta-10.jar.license.txt legal/groovy-1.0-jsr-01.jar.license.txt lib/jars.xml lib/optional/groovy-1.0-beta-10.jar lib/optional/groovy-1.0-jsr-01.jar status.xml

Author: antonio
Date: Thu Apr  7 01:01:35 2005
New Revision: 160381

URL: http://svn.apache.org/viewcvs?view=rev&rev=160381
Log:
Updated groovy to 1.0-jsr-01.

Added:
    cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-jsr-01.jar.license.txt
      - copied, changed from r160375, cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-beta-10.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/optional/groovy-1.0-jsr-01.jar   (with props)
Removed:
    cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-beta-10.jar.license.txt
    cocoon/branches/BRANCH_2_1_X/lib/optional/groovy-1.0-beta-10.jar
Modified:
    cocoon/branches/BRANCH_2_1_X/gump.xml
    cocoon/branches/BRANCH_2_1_X/lib/jars.xml
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/gump.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/gump.xml?view=diff&r1=160380&r2=160381
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/gump.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/gump.xml Thu Apr  7 01:01:35 2005
@@ -510,11 +510,13 @@
     <depend project="bsf"/>
     <depend project="groovy"/>
     <depend project="asm"/>
+    <depend project="antlr"/>
 
     <library name="bsf"/>
     <library name="groovy"/>
     <library name="asm"/>
     <library name="asm-util"/>
+    <library name="antlr"/>
 
     <work nested="tools/anttasks"/>
     <home nested="build/cocoon-@@DATE@@"/>

Copied: cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-jsr-01.jar.license.txt (from r160375, cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-beta-10.jar.license.txt)
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-jsr-01.jar.license.txt?view=diff&rev=160381&p1=cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-beta-10.jar.license.txt&r1=160375&p2=cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-jsr-01.jar.license.txt&r2=160381
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-beta-10.jar.license.txt (original)
+++ cocoon/branches/BRANCH_2_1_X/legal/groovy-1.0-jsr-01.jar.license.txt Thu Apr  7 01:01:35 2005
@@ -1,7 +1,7 @@
 
 
 /*
- $Id: groovy-1.0-beta6.jar.license.txt 36660 2004-08-20 09:51:34Z antonio $
+ $Id$
 
  Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
 

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?view=diff&r1=160380&r2=160381
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Thu Apr  7 01:01:35 2005
@@ -353,7 +353,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-beta-10.jar</lib>
+    <lib>optional/groovy-1.0-jsr-01.jar</lib>
     <homepage>http://groovy.codehaus.org/</homepage>
   </file>
 

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

Propchange: cocoon/branches/BRANCH_2_1_X/lib/optional/groovy-1.0-jsr-01.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?view=diff&r1=160380&r2=160381
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Thu Apr  7 01:01:35 2005
@@ -196,6 +196,9 @@
 
   <changes>
   <release version="@version@" date="@date@">
+    <action dev="AG" type="update">
+     Updated groovy to 1.0-jsr-01.
+    </action>
     <action dev="BD" type="add" fixes-bug="34294" due-to="Alfred Nathaniel" due-to-email="Alfred.Nathaniel@swx.com">
       New set of automated tests based on HtmlUnit 
     </action>