From 95f1ef12ab8beb70915efd371c554987467d8e98 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 22 Jul 2005 15:54:16 +0000 Subject: [PATCH] missing quote and a missing change. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278473 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 5afdd297f..50f0c19c7 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -73,7 +73,7 @@ Fixed bugs: * Translate task does not remove tokens when a key is not found. It logs a verbose message. Bugzilla Report 13936. -* Incorrect task name with invalid "javac" task after a "presetdef. +* Incorrect task name with invalid "javac" task after a "presetdef". Bugzilla reports 31389 and 29499. * was not printing warnings about invalid manifest elements. @@ -240,6 +240,9 @@ Other changes: * Added initial support for Resource Collections, including the resourcecount task. +* property attribute of pathconvert is now optional. If omitted the + result will be written to the log. + * New mapper, , supports scripted mapping of source files/strings to destination strings.