From fa1b0d74ff7a7e1dd34f40b5746c1c23242a3b17 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Thu, 5 Nov 2009 15:02:43 +0000 Subject: [PATCH] Another typo corrected thanks to Jonathan Gibbons. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@833056 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/javac.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index 413a30e1e..a81013f25 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -448,14 +448,14 @@ supports most attributes of <fileset> (dir becomes srcdir) as well as the nested <include>, <exclude> and <patternset> elements.

-

src, classpath, sourcepath, +

srcdir, classpath, sourcepath, bootclasspath and extdirs

<javac>'s srcdir, classpath, sourcepath, bootclasspath, and extdirs attributes are path-like structures and can also be set via nested -<src>, +<src> (note the different name!), <classpath>, <sourcepath>, <bootclasspath> and