From a9ea16d4af4345ec16064f4144f79511a86d0a94 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sat, 17 Mar 2001 14:04:52 +0000 Subject: [PATCH] Added layout request. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268856 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index cdc0deb52..d3a1372bc 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -373,3 +373,8 @@ V. Things we probably don't agree on. * 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.??? ]