From 4b3e8042ba2d4de4b2820df36d8304292df0526a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 10 Sep 2008 08:11:18 +0000 Subject: [PATCH] deleting something might break old builds, even if it is expected behavior git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693733 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index fbd0d1a9b..97d8558c7 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -96,6 +96,11 @@ Changes that could break older environments: silently try to remove the link. Bugzilla Report 41285. + * used to log a warning and not delete broken + symbolic links. didn't even log a warning. + The task will now try to delete them in both cases. + Bugzilla Report 41285. + Fixed bugs: ----------- @@ -204,9 +209,6 @@ Fixed bugs: the link's target. Bugzilla Report 41525. - * failed to delete broken symbolic links. - Bugzilla Report 41285. - Other changes: --------------