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.

reference

@@ -267,4 +272,4 @@ new project using the id path2.

Reserved.

- + \ No newline at end of file diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index a8b15b31b..2dc04c5b1 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -88,7 +88,12 @@ attribute).

Parameters specified as nested elements

param

Specifies the properties to set before running the specified target. See property for usage guidelines.

+href="property.html">property for usage guidelines.
+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). +

reference

Used to choose references that shall be copied into the new project, @@ -167,4 +172,4 @@ new project using the id path2.

Reserved.

- + \ No newline at end of file