From 9a0f85affefbac8ba16a832834259e09715520c8 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 4 Mar 2010 13:45:15 +0000 Subject: [PATCH] indentation git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@918988 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 4f3221374..88c5e7f7b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -35,20 +35,20 @@ Fixed bugs: * Regression : ant -diagnostics was returning with exit code 1 Bugzilla Report 48782 -* Fix for exec task sometimes inserts extraneous newlines + * Fix for exec task sometimes inserts extraneous newlines Bugzilla Report 48746 -* SymlinkTest#testSymbolicLinkUtilsMethods failing on MacOS + * SymlinkTest#testSymbolicLinkUtilsMethods failing on MacOS Bugzilla Report 48785. -* If 's first resourcecollection child is a , + * If 's first resourcecollection child is a , any subsequently added child resourcecollection joins the first. Bugzilla Report 48816. -* with an invalid URL could trigger an NPE in some JVMs. + * with an invalid URL could trigger an NPE in some JVMs. Bugzilla Report 48833 -* Broken Pipe issue under Ubuntu Linux + * Broken Pipe issue under Ubuntu Linux Bugzilla Report 48789 Other changes: