From 8949209211b844ceb98f7f49fc3c691023c87663 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 20 May 2005 16:34:07 +0000 Subject: [PATCH] move typedef to 1.7 section of WHATSNEW git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278309 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 720b20975..1136c46d5 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -206,6 +206,10 @@ Other changes: * project name is now used for *all* targets so one can write consistent import build file. bugzilla report 28444. +* New condition that can be used to probe for the declaration + and implementation of a task, type, preset, macro, scriptdef, whatever. + As it tests for the implementation, it can be used to check for optional + tasks being available. Changes from Ant 1.6.3 to Ant 1.6.4 @@ -870,11 +874,6 @@ Other changes: - Added three new ClearCase commands: ccmkattr, ccmkdir, ccmkelem Bugzilla Report 26253. -* New condition that can be used to probe for the declaration - and implementation of a task, type, preset, macro, scriptdef, whatever. - As it tests for the implementation, it can be used to check for optional - tasks being available. - * added nested text support to * added initial support for Java 1.5. Java 1.5 is now correctly