From df70b2b9e08a57344b242cf36524733e3d95534d Mon Sep 17 00:00:00 2001
From: Jan Materne
Date: Wed, 11 Aug 2004 09:12:37 +0000
Subject: [PATCH] Clearify the availability of nested /
elements in /.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276767 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/ant.html | 9 +++++++--
docs/manual/CoreTasks/antcall.html | 9 +++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html
index 227888f37..134d0d14b 100644
--- a/docs/manual/CoreTasks/ant.html
+++ b/docs/manual/CoreTasks/ant.html
@@ -102,7 +102,12 @@ inside of targets.
property
See the description of the property
-task. Note that the refid
attribute points to a
+task.
+These properties become equivalent to properties you define on
+the command line. These are special properties and they will always get passed
+down, even through additional <*ant*> tasks with inheritall set to
+false (see above).
+Note that the refid
attribute points to a
reference in the calling project, not in the new one.
@@ -267,4 +272,4 @@ new project using the id path2
.
Reserved.