From 06dfd6ef5fda698b1848bbe0b692ff5f46f2a2fc Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 6 Nov 2007 18:32:52 +0000 Subject: [PATCH] 43799 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@592516 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index e947a0f61..676dede44 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -42,10 +42,13 @@ Fixed bugs: ----------- * task couldn't overwrite existing symlinks that pointed to nonexistent files - Bugzilla report 38199 + Bugzilla report 38199. * task couldn't overwrite files that were in the way of the symlink. - Bugzilla report 43426 + Bugzilla report 43426. + + * task couldn't differentiate between "no resources specified" and "no resources + matched." Bugzilla report 43799. Other changes: