From c908e8023a277aca9c075a9f98af1b0a59e8f300 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Sun, 10 Dec 2006 00:48:13 +0000 Subject: [PATCH] 223, not 233. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@485112 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/script.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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