bodewig 01/03/16 00:42:13
Modified: docs/ant2 requested-features.txt
Log:
requests by Thomas Leonhardt <leonhardt@informatik.tu-darmstadt.de>
Revision Changes Path
1.34 +6 -0 jakarta-ant/docs/ant2/requested-features.txt
Index: requested-features.txt
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/ant2/requested-features.txt,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- requested-features.txt 2001/03/16 08:33:04 1.33
+++ requested-features.txt 2001/03/16 08:42:13 1.34
@@ -367,3 +367,9 @@
* Make all datatypes interfaces to allow them to be customized in many
ways.
+
+* Allow tasks to find out, whether another task has completed successfully.
+
+* Make if/unless attributes to check for the value of a property, not
+ only its existance.
+
|