Author: jglick Date: Sat Dec 9 16:48:13 2006 New Revision: 485112 URL: http://svn.apache.org/viewvc?view=rev&rev=485112 Log: 223, not 233.
Modified: ant/core/trunk/docs/manual/OptionalTasks/script.html Modified: ant/core/trunk/docs/manual/OptionalTasks/script.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/script.html?view=diff&rev=485112&r1=485111&r2=485112 ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/script.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/script.html Sat Dec 9 16:48:13 2006 @@ -29,7 +29,7 @@ <p>Execute a script in a <a href="http://jakarta.apache.org/bsf" target="_top">Apache BSF</a> or - <a href="https://scripting.dev.java.net">JSR 233</a> supported language. + <a href="https://scripting.dev.java.net">JSR 223</a> supported language. </p> <p><b>Note:</b> This task depends on external libraries not included in the Ant distribution. @@ -37,9 +37,9 @@ for more information. </p> <p> - The task may use the BSF scripting manager or the JSR 233 manager that + The task may use the BSF scripting manager or the JSR 223 manager that is included in JDK6 and higher. This is controlled by the <code>manager</code> - attribute. The JSR 233 scripting manager is indicated by "javax". + attribute. The JSR 223 scripting manager is indicated by "javax". </p> <p>All items (tasks, targets, etc) of the running project are accessible from the script, using either their <code>name</code> or --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]