From 65fcd362e5e659e1b27e8241026019648148b75a Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Fri, 29 Apr 2005 21:18:37 +0000 Subject: [PATCH] Oops, correcting stupid mistake - had listed 'executable' attr to as part of the nested element by accident. Unfortunately got into 1.6.3. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278202 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/javadoc.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/manual/CoreTasks/javadoc.html b/docs/manual/CoreTasks/javadoc.html index 2a645ac3a..0f22df449 100644 --- a/docs/manual/CoreTasks/javadoc.html +++ b/docs/manual/CoreTasks/javadoc.html @@ -443,6 +443,14 @@ to ensure that this command supports the attributes you wish to use.

all No (default is false) + + executable + Specify a particular javadoc executable + to use in place of the default binary (found in the same JDK as Ant is running in). + since Ant 1.6.3. + all + No +

Format of the group attribute

@@ -694,14 +702,6 @@ todo:a:"To Do" No - - executable - Specify a particular javadoc executable - to use in place of the default binary (found in the same JDK as Ant is running in). - since Ant 1.6.3. - all - No -

taglet