From 55a163b0c7a7d1c4a3011758a4192bb2c36459ea Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Tue, 18 Aug 2009 17:13:19 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805502 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/style.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html index daaa39747..ab8f58802 100644 --- a/docs/manual/CoreTasks/style.html +++ b/docs/manual/CoreTasks/style.html @@ -33,8 +33,8 @@ or for generating code.

Note: If you are using JDK 1.4 or higher, this task does not require external libraries not supplied in the Ant distribution. However, often the built in XSL engine is not as up to date as a fresh download, so an update is still highly recommended - in particual since the built-in XSLT processors of Java5 (and to a - certain extent Java6) are known to have serious issues. + in particular since the built-in XSLT processors of Java 5 (and to a + certain extent Java 6) are known to have serious issues. See Library Dependencies for more information.

It is possible to refine the set of files that are being processed. This can be done with the includes, includesfile, excludes, excludesfile and defaultexcludes