Author: sebb
Date: Wed Mar 31 01:17:19 2010
New Revision: 929355
URL: http://svn.apache.org/viewvc?rev=929355&view=rev
Log:
2.0.1 fixes
Modified:
commons/proper/jexl/trunk/src/site/site.xml
commons/proper/jexl/trunk/src/site/xdoc/reference/jsr223.xml
Modified: commons/proper/jexl/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/site.xml?rev=929355&r1=929354&r2=929355&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/site.xml (original)
+++ commons/proper/jexl/trunk/src/site/site.xml Wed Mar 31 01:17:19 2010
@@ -25,7 +25,7 @@
<body>
<menu name="Commons Jexl">
<item name="Overview" href="index.html" />
- <item name="2.0 Javadoc" href="apidocs/index.html"/>
+ <item name="2.0.1 Javadoc" href="apidocs/index.html"/>
<item name="1.1 Javadoc"
href="apidocs-1.1/index.html"/>
<item name="Download" href="download_jexl.cgi"/>
<item name="Reference" href="reference/index.html"/>
Modified: commons/proper/jexl/trunk/src/site/xdoc/reference/jsr223.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/reference/jsr223.xml?rev=929355&r1=929354&r2=929355&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/reference/jsr223.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/reference/jsr223.xml Wed Mar 31
01:17:19 2010
@@ -48,7 +48,7 @@
<p>
The binary release includes a command-line application which can be
used to exercise the JSR-223 script engine.
For example:
- <source>java -cp
commons-jexl-2.0.jar;commons-logging-1.1.1.jar[;bsf-api-3.0.jar]
org.apache.commons.jexl2.scripting.Main script.jexl</source>
+ <source>java -cp
commons-jexl-2.0.1.jar;commons-logging-1.1.1.jar[;bsf-api-3.0.jar]
org.apache.commons.jexl2.scripting.Main script.jexl</source>
If a single argument is provided, then that is assumed to be the name
of a script file;
otherwise, the application prompts for script input to be evaluated.
In both cases, the variable "args" contains the command-line arguments.