http://groovy.codehaus.org/
The patch just registers the class name of the default Groovy BSF engine implementation.
Index: Languages.properties =================================================================== RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/Languages.properties,v retrieving revision 1.1 diff -u -r1.1 Languages.properties --- Languages.properties 25 Jun 2003 09:14:17 -0000 1.1 +++ Languages.properties 31 Oct 2003 15:54:33 -0000 @@ -26,3 +26,4 @@ beanshell = bsh.util.BeanShellBSFEngine, bsh ruby = org.jruby.javasupport.bsf.JRubyEngine, rb judoscript = com.judoscript.BSFJudoEngine, judo|jud +groovy = org.codehaus.groovy.bsf.GroovyEngine, groovy|gy
James ------- http://radio.weblogs.com/0112098/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
