Author: ebourg Date: Fri Apr 7 12:32:43 2017 New Revision: 1790543 URL: http://svn.apache.org/viewvc?rev=1790543&view=rev Log: Updated some version numbers in the site pages
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=1790543&r1=1790542&r2=1790543&view=diff ============================================================================== --- commons/proper/jexl/trunk/src/site/site.xml (original) +++ commons/proper/jexl/trunk/src/site/site.xml Fri Apr 7 12:32:43 2017 @@ -25,7 +25,7 @@ <body> <menu name="JEXL"> <item name="Overview" href="index.html" /> - <item name="Javadoc 3.0" href="apidocs/index.html"/> + <item name="Javadoc 3.1" href="apidocs/index.html"/> <item name="Javadoc 2.1.1" href="javadocs/apidocs-2.1.1/index.html"/> <item name="Javadoc 1.1" href="javadocs/apidocs-1.1/index.html"/> <item name="Download" href="download_jexl.cgi"/> 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=1790543&r1=1790542&r2=1790543&view=diff ============================================================================== --- commons/proper/jexl/trunk/src/site/xdoc/reference/jsr223.xml (original) +++ commons/proper/jexl/trunk/src/site/xdoc/reference/jsr223.xml Fri Apr 7 12:32:43 2017 @@ -54,7 +54,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-3.0.jar;commons-logging-1.2.jar + <source>java -cp commons-jexl-3.1.jar;commons-logging-1.2.jar org.apache.commons.jexl3.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.