From 28a5e32d4d5176720be727bd3c2809b42ddb2cb4 Mon Sep 17 00:00:00 2001 From: Diane Holt Date: Wed, 20 Mar 2002 05:27:43 +0000 Subject: [PATCH] Ooops, bit by < and > (been a long day...) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271914 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 9d075b9e9..d49fe6c3f 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -35,8 +35,8 @@ The exclude or excludesfile attribute is used to specify the files you want to have excluded. In both cases, the list of files can be specified by either the filename, relative to the directory(s) specified -in the srcdir attribute or nested element, or by using -wildcard patterns. See the section on +in the srcdir attribute or nested <src> +element(s), or by using wildcard patterns. See the section on directory-based tasks, for information on how the inclusion/exclusion of files works, and how to write wildcard patterns.