From 897e0bb0504667ec5523b8c832803eef3d5a33de Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 21 Jun 2004 22:16:45 +0000 Subject: [PATCH] Show changes as merged. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276596 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 4198302db..7238ac72b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -26,8 +26,6 @@ Other changes: * supports loading from a resource. -* accepts a nested . - * Changed default tempdir for from user.dir to java.io.tmpdir. * A new base class DispatchTask has been added to facilitate elegant @@ -37,9 +35,6 @@ Other changes: which will allow nonexistent files specified via s to be passed to the executable. Bugzilla Report 29585. -* has a status attribute that can be used to pass an exit - status back to the command line. - Changes from Ant 1.6.1 to current Ant 1.6 CVS version ===================================================== @@ -238,6 +233,11 @@ Other changes: * Added Target.getIf/Unless(). Bugzilla Report 29320. +* has a status attribute that can be used to pass an exit + status back to the command line. + +* accepts a nested . + Changes from Ant 1.6.0 to Ant 1.6.1 =============================================