From d95cf71ff24edfaf2a8f040230428900d8a59266 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 20 Mar 2001 09:14:36 +0000 Subject: [PATCH] Move over main goals from original Ant. Add a goal to have testcases for everything. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268868 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 000e29700..8ecce8fd7 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -73,6 +73,11 @@ II. Abstract goals that need to be abstract until we get into design decisions. ====================================================================== +* Main goals: Simplicity, Understandability, Extensibility + + Simple and understandable for the target audience - developers, + build-engineers ... + * remove magic properties if at all humanly possible * remove as much dependency on native scripts as possible. @@ -93,6 +98,8 @@ decisions. * no commit without documentation (ouch 8-) +* no commit without testcases + III. Things that are simple, easy to implement, where we expect the committers to agree ======================================================================