Browse Source

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
master
Peter Reilly 20 years ago
parent
commit
8949209211
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      WHATSNEW

+ 4
- 5
WHATSNEW View File

@@ -206,6 +206,10 @@ Other changes:
* project name is now used for *all* targets so one can write consistent import * project name is now used for *all* targets so one can write consistent import
build file. bugzilla report 28444. build file. bugzilla report 28444.


* New condition <typefound> 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 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 - Added three new ClearCase commands: ccmkattr, ccmkdir, ccmkelem
Bugzilla Report 26253. Bugzilla Report 26253.


* New condition <typefound> 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 <macrodef> * added nested text support to <macrodef>
* added initial support for Java 1.5. Java 1.5 is now correctly * added initial support for Java 1.5. Java 1.5 is now correctly


Loading…
Cancel
Save