Author: rony Date: Wed Jun 8 12:52:51 2005 New Revision: 189624 URL: http://svn.apache.org/viewcvs?rev=189624&view=rev Log: 2005-06-08 added 'org.rexxla.bsf.engines.rexx.RexxEngine'.
Modified: jakarta/bsf/trunk/src/org/apache/bsf/Languages.properties Modified: jakarta/bsf/trunk/src/org/apache/bsf/Languages.properties URL: http://svn.apache.org/viewcvs/jakarta/bsf/trunk/src/org/apache/bsf/Languages.properties?rev=189624&r1=189623&r2=189624&view=diff ============================================================================== --- jakarta/bsf/trunk/src/org/apache/bsf/Languages.properties (original) +++ jakarta/bsf/trunk/src/org/apache/bsf/Languages.properties Wed Jun 8 12:52:51 2005 @@ -2,9 +2,9 @@ # # languageDescriptor = engineClass, ext1|ext2|... {, codebaseURL, ...} # -# where exti are extensions for the language. Note that we leave +# where exti are extensions for the language. Note that we leave # all the engines enabled now and allow them to fail at load time. -# This way engines can be added by just adding to the classpath +# This way engines can be added by just adding to the classpath # without having to edit this file. Cheating, really, but it works. # javascript = org.apache.bsf.engines.javascript.JavaScriptEngine, js @@ -29,4 +29,4 @@ groovy = org.codehaus.groovy.bsf.GroovyEngine, groovy|gy objectscript = oscript.bsf.ObjectScriptEngine, os prolog = ubc.cs.JLog.Extras.BSF.JLogBSFEngine, plog|prolog - +rexx = org.rexxla.bsf.engines.rexx.RexxEngine, rex | rexx | cls | rxj | rxs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]