From 20b0507cd38b871e3fc8b118e345fb4cf934526d Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 8 Apr 2002 06:41:27 +0000 Subject: [PATCH] adding inheritRefs to , for better consistency with ant. The default is of course false. No need to update whatsnew, as that already implies that antcall does this. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272284 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/antcall.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index dca5a2746..257e9b1b7 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -55,6 +55,12 @@ will be fixed and not overridable in the init task -or indeed in the "doSom No + + inheritRefs + If true, pass all references to the + new Ant project. Defaults to false. + No +

Parameters specified as nested elements

param