From 0deb1e2f5069bf7b8daab3d9a0fccf86c31b9a99 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 23 Apr 2001 09:54:12 +0000 Subject: [PATCH] Peter lifted his veto git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268958 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index 1ff764a7b..9e221a4c0 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -712,8 +712,7 @@ V. Things we probably don't agree on. * allow sequence to be specified in depends attribute or enhance antcall to work with current list of executed targets - [REJECTED - veto by Peter Donald (which doesn't apply to the antcall - option)] + [ACCEPTED] * Support nesting tasks into other elements - not just as children of target - as proposed by Thomas Christen in @@ -733,7 +732,7 @@ V. Things we probably don't agree on. * provide a way to define the order in which targets a given target depends upon get executed. - [REJECTED - veto by Peter Donald] + [ACCEPTED] * define task contexts that define various common aspects (logging, failure handling ...) and assign them to tasks.