From 4b31229f362a40bd0e73d8c90d90c759d2ef8883 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 26 Jan 2005 23:54:26 +0000 Subject: [PATCH] Show touch changes as merged. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277505 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 5547714fd..1582eadf0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -81,18 +81,6 @@ Other changes: * Added isfileselected condition. -* Added support to the touch task for a mkdirs attribute to create - nonexistent parent directories before touching new files. - -* Added support to the touch task for a pattern attribute to allow - alternate datetime formats. - -* Added support to the touch task to map touched files using a nested - mapper element. - -* Added support to the touch task for a verbose attribute to suppress - logging of new file creation. - * Added length task to get strings' and files' lengths. * Added clone task. Bugzilla report 32631. @@ -174,6 +162,18 @@ Other changes: * Added revision and userid attributes to documentation. +* Added support to the touch task for a mkdirs attribute to create + nonexistent parent directories before touching new files. + +* Added support to the touch task for a pattern attribute to allow + alternate datetime formats. + +* Added support to the touch task to map touched files using a nested + mapper element. + +* Added support to the touch task for a verbose attribute to suppress + logging of new file creation. + Fixed bugs: -----------