From 7d18fc9d2131ec5f1f3c1f59995f70b1a69f71dd Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Thu, 4 Sep 2003 11:45:25 +0000
Subject: [PATCH] leave it undefined to avoid feature lock-in
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275185 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/antcall.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html
index 2cc50468b..bfd746287 100644
--- a/docs/manual/CoreTasks/antcall.html
+++ b/docs/manual/CoreTasks/antcall.html
@@ -40,9 +40,8 @@ Of course, any properties defined in the antcall task or inherited from the call
will be fixed and not overridable in the init task -or indeed in the "doSomethingElse" task.
-This task reparses the current build file, so if it has changed
-since you've started the project, antcall
will use the
-latest version of the file.
+If the build file changes after you've started the build, the
+behavior of this task is undefined.
Parameters