From efc64ca27679d2c7227b7f8e9f29098ceefd397e Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 30 Sep 2004 17:32:56 +0000 Subject: [PATCH] move to 1.6 branch git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276906 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 457a3ee11..8734014dc 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -26,9 +26,6 @@ Fixed bugs: * Incorrect task name with invalid "javac" task after a "presetdef. Bugzilla reports 31389 and 29499. -* Execution of top level tasks in imported files get delayed by targets. - Bugzilla report 31487. - Other changes: -------------- @@ -116,6 +113,9 @@ Fixed bugs: * Typo in definition of task causing it not to be defined. Bugzilla 31403. +* Execution of top level tasks in imported files get delayed by targets. + Bugzilla report 31487. + Changes from Ant 1.6.1 to Ant 1.6.2 ===================================