From b7c5e2bdc63f17ee70011de63f5cf321531f1ef4 Mon Sep 17 00:00:00 2001
From: Diane Holt
Date: Wed, 20 Mar 2002 05:24:06 +0000
Subject: [PATCH] Dang, missed one. PR: Obtained from: Submitted by: Reviewed
by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271913 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/javac.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html
index 5dae4f78b..9d075b9e9 100644
--- a/docs/manual/CoreTasks/javac.html
+++ b/docs/manual/CoreTasks/javac.html
@@ -27,8 +27,7 @@ the source tree should follow the package
hierarchy.
It is possible to refine the set of files that are being compiled.
This can be done with the includes
, includesfile
,
-excludes
, excludesfile
,
-and defaultexcludes
+excludes
, and excludesfile
attributes. With the includes
or
includesfile
attribute, you specify the files you want to
have included.