From 0da84c14a485e1ab0d529b3ccad927f510e3b91b Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 25 Aug 2008 14:25:17 +0000 Subject: [PATCH] BigProjectLogger always fiddled with the basedir, not only if the attribute was absent. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@688733 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index a8266a6eb..071c82cce 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -166,9 +166,8 @@ Fixed bugs: contained the character '8'. Bugzilla Report 45675. - * If the buildfile's project element didn't contain any basedir - attribute, BigProjectLogger would set the project's basedir to the - current working directory. + * BigProjectLogger would set the project's basedir to the current + working directory. Bugzilla Report 45607. Other changes: