diff --git a/docs/manual/OptionalTasks/script.html b/docs/manual/OptionalTasks/script.html index 959c3a4e1..102df2568 100644 --- a/docs/manual/OptionalTasks/script.html +++ b/docs/manual/OptionalTasks/script.html @@ -29,7 +29,7 @@
Execute a script in a Apache BSF or - JSR 233 supported language. + JSR 223 supported language.
Note: This task depends on external libraries not included in the Ant distribution. @@ -37,9 +37,9 @@ for more information.
- 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 manager
- attribute. The JSR 233 scripting manager is indicated by "javax".
+ attribute. The JSR 223 scripting manager is indicated by "javax".
All items (tasks, targets, etc) of the running project are
accessible from the script, using either their name
or