mbenson 2004/04/26 09:15:09
Modified: . WHATSNEW
Log:
More merges
Revision Changes Path
1.599 +5 -5 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.598
retrieving revision 1.599
diff -u -r1.598 -r1.599
--- WHATSNEW 23 Apr 2004 16:56:20 -0000 1.598
+++ WHATSNEW 26 Apr 2004 16:15:08 -0000 1.599
@@ -18,9 +18,6 @@
* Enable to choose the regexp implementation without system property.
Bugzilla Report 15390.
-* <nice> task lets you set the priority of the current thread; non-forking
- <java> code will inherit this priority in their main thread.
-
* A new roundup attribute on <zip> and related task can be used to
control whether the file modification times inside the archive will
be rounded up or down (since zips only store modification times with
@@ -32,8 +29,6 @@
nested FileNameMapper implementations directly, allowing a usage
comparable to those of <condition>, <filter>, and <selector>.
-* New attribute "negate" on <propertyset> to invert selection criteria.
-
* New <redirector> type introduced to provide extreme I/O flexibility.
Initial support for <exec>, <apply>, and <java> tasks.
@@ -156,6 +151,11 @@
* <xslt> now supports a nested <mapper>. Bugzilla Report 11249.
* <touch> has filelist support.
+
+* <nice> task lets you set the priority of the current thread; non-forking
+ <java> code will inherit this priority in their main thread.
+
+* New attribute "negate" on <propertyset> to invert selection criteria.
Changes from Ant 1.6.0 to Ant 1.6.1
=============================================
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|