From ca6e87319771820e4eb26015fde302a66c9c490f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 10 Aug 2000 10:33:23 +0000 Subject: [PATCH] Documented fileset and patternset, removed the items and ignore attributes of MatchingTask. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267917 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +- docs/index.html | 229 ++++++++++-------- .../tools/ant/taskdefs/MatchingTask.java | 4 +- 3 files changed, 127 insertions(+), 111 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index be89264aa..1b67ca0ea 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -8,6 +8,8 @@ the filtering attribute. * the and tasks have been removed. +* the ignore and items attributes of directory based tasks have been removed. + * the command line switches _not_ starting with - have been removed. * Path and EnumeratedAttribute have been moved from @@ -37,8 +39,7 @@ specified. *