peterreilly 2005/05/20 09:34:08
Modified: . WHATSNEW
Log:
move typedef to 1.7 section of WHATSNEW
Revision Changes Path
1.826 +4 -5 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.825
retrieving revision 1.826
diff -u -r1.825 -r1.826
--- WHATSNEW 19 May 2005 13:13:55 -0000 1.825
+++ WHATSNEW 20 May 2005 16:34:07 -0000 1.826
@@ -206,6 +206,10 @@
* project name is now used for *all* targets so one can write consistent import
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
@@ -870,11 +874,6 @@
- Added three new ClearCase commands: ccmkattr, ccmkdir, ccmkelem
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 initial support for Java 1.5. Java 1.5 is now correctly
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|