From 7518f01752cf90471dc1db510d22a3fd64c3f76e Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 22 Apr 2004 21:36:34 +0000 Subject: [PATCH] Merge Redirector bugfix to 1.6 branch. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276386 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 1ab56313b..dc9f77af0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -12,11 +12,6 @@ Fixed bugs: * failed to load classes correctly. -* Redirector exhibited inconsistent behavior with regard to split - output. When sent to file only, files would be created in all - cases; when split file-property, files were only created if - writes were performed. - * replacestring tokenfilter only replaced the first occurrence. * AntLikeTasksAtTopLevelTest failed on cygwin. @@ -125,6 +120,11 @@ Fixed bugs: * Ant failed to locate tools.jar if the jre directory name wasn't all lowercase. Bugzilla Report 25798. +* Redirector exhibited inconsistent behavior with regard to split + output. When sent to file only, files would be created in all + cases; when split file-property, files were only created if + writes were performed. + Other changes: --------------