Author: peterreilly
Date: Mon Sep 11 14:00:03 2006
New Revision: 442349

URL: http://svn.apache.org/viewvc?view=rev&rev=442349
Log:
add antlr to groovy jars and add not about groovt-all, Bugzilla 37769

Modified:
    ant/core/trunk/docs/manual/install.html

Modified: ant/core/trunk/docs/manual/install.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/install.html?view=diff&rev=442349&r1=442348&r2=442349
==============================================================================
--- ant/core/trunk/docs/manual/install.html (original)
+++ ant/core/trunk/docs/manual/install.html Mon Sep 11 14:00:03 2006
@@ -589,8 +589,13 @@
     <td>Groovy with script and scriptdef tasks<br>
       You need to get the groovy jar and two asm jars from a groovy
       installation. The jars are groovy-[version].jar, asm-[vesion].jar and
-      asm-util-[version].jar. As of groovy version 1.0-beta-7, the jars are
-      groovy-1.0-beta-7.jar, asm-1.4.3.jar and asm-util-1.4.3.jar.
+      asm-util-[version].jar and antlr-[version].jar.
+      As of groovy version 1.0-JSR-06, the jars are
+      groovy-1.0-JSR-06.jar, antlr-2.7.5.jar, asm-2.2.jar and asm-util-2.2.jar.
+      Alternatively one may use the embedded groovy jar file.
+      This is located in the embedded directory of the groovy distribution.
+      This bundles all the needed jar files into one jar file.
+      It is called groovy-all-[version].jar.
     </td>
     <td>
       <a href="http://groovy.codehaus.org/";>http://groovy.codehaus.org/</a>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to