Browse Source

223, not 233.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@485112 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 18 years ago
parent
commit
c908e8023a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/OptionalTasks/script.html

+ 3
- 3
docs/manual/OptionalTasks/script.html View File

@@ -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


Loading…
Cancel
Save