From 2cbfa09eb6cf1138facda2aba815a9441db6da35 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 8 Apr 2005 19:43:59 +0000 Subject: [PATCH] Add linecontains/linecontainsregexp negate attribute to WHATSNEW. PR: 34374 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278125 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 4ea2316d3..f765ad80c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -165,6 +165,10 @@ Other changes: -tsaurl and tsacert attributes for timestamped JAR signing -nested elements, which can be used for proxy setup and the like +* The linecontains and linecontainsregexp filterreaders now support a + negate attribute to select lines -not- containing specified text. + Bugzilla Report 34374. + Changes from Ant 1.6.2 to current Ant 1.6 CVS version =====================================================