donaldp 01/03/17 06:04:52
Modified: docs/ant2 requested-features.txt
Log:
Added layout request.
Revision Changes Path
1.36 +5 -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.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- requested-features.txt 2001/03/16 13:00:00 1.35
+++ requested-features.txt 2001/03/17 14:04:52 1.36
@@ -373,3 +373,8 @@
* Make if/unless attributes to check for the value of a property, not
only its existance.
+* separate CVSes and code hierarchies for
+ - task engine [ org.apache.task.* ]
+ - project engine (ie model of targets/projects/workspaces) + support/utility classes
+ [ org.apache.ant.* ]
+ - core tasks (ie tasks supported by ant contributors) [ org.apache.??? ]
|