mbenson 2004/06/23 12:41:28
Modified: . WHATSNEW
Log:
Show latest merges
Revision Changes Path
1.630 +12 -12 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.629
retrieving revision 1.630
diff -u -r1.629 -r1.630
--- WHATSNEW 23 Jun 2004 12:30:40 -0000 1.629
+++ WHATSNEW 23 Jun 2004 19:41:27 -0000 1.630
@@ -16,23 +16,11 @@
* Enable to choose the regexp implementation without system property.
Bugzilla Report 15390.
-* Nested file mappers and a container mapper implementation have been
- introduced. Additionally, the <mapper> element now accepts "defined"
- nested FileNameMapper implementations directly, allowing a usage
- comparable to those of <condition>, <filter>, and <selector>.
-
-* New <redirector> type introduced to provide extreme I/O flexibility.
- Initial support for <exec>, <apply>, and <java> tasks.
-
* Changed default tempdir for <javac> from user.dir to java.io.tmpdir.
* A new base class DispatchTask has been added to facilitate elegant
creation of tasks with multiple actions.
-* <apply> has a new ignoremissing attribute (default true for BC)
- which will allow nonexistent files specified via <filelist>s to
- be passed to the executable. Bugzilla Report 29585.
-
Changes from Ant 1.6.1 to current Ant 1.6 CVS version
=====================================================
@@ -240,6 +228,18 @@
* <loadproperties> supports loading from a resource.
Bugzilla Report 28340.
+
+* Nested file mappers and a container mapper implementation have been
+ introduced. Additionally, the <mapper> element now accepts "defined"
+ nested FileNameMapper implementations directly, allowing a usage
+ comparable to those of <condition>, <filter>, and <selector>.
+
+* New <redirector> type introduced to provide extreme I/O flexibility.
+ Initial support for <exec>, <apply>, and <java> tasks.
+
+* <apply> has a new ignoremissing attribute (default true for BC)
+ which will allow nonexistent files specified via <filelist>s to
+ be passed to the executable. Bugzilla Report 29585.
Changes from Ant 1.6.0 to Ant 1.6.1
=============================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]