git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276767 13f79535-47bb-0310-9956-ffa450edef68master
@@ -102,7 +102,12 @@ inside of targets.</p> | |||||
<h4>property</h4> | <h4>property</h4> | ||||
<p>See the description of the <a href="property.html">property | <p>See the description of the <a href="property.html">property | ||||
task</a>. Note that the <code>refid</code> attribute points to a | |||||
task</a>. <br/> | |||||
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). <br/> | |||||
Note that the <code>refid</code> attribute points to a | |||||
reference in the calling project, not in the new one.</p> | reference in the calling project, not in the new one.</p> | ||||
<h4><a name="reference">reference</a></h4> | <h4><a name="reference">reference</a></h4> | ||||
@@ -267,4 +272,4 @@ new project using the id <code>path2</code>.</p> | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
</html> | |||||
</html> |
@@ -88,7 +88,12 @@ attribute).</p> | |||||
<h3>Parameters specified as nested elements</h3> | <h3>Parameters specified as nested elements</h3> | ||||
<h4>param</h4> | <h4>param</h4> | ||||
<p>Specifies the properties to set before running the specified target. See <a | <p>Specifies the properties to set before running the specified target. See <a | ||||
href="property.html">property</a> for usage guidelines.</p> | |||||
href="property.html">property</a> for usage guidelines.<br/> | |||||
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). | |||||
</p> | |||||
<h4><a name="reference">reference</a></h4> | <h4><a name="reference">reference</a></h4> | ||||
<p>Used to choose references that shall be copied into the new project, | <p>Used to choose references that shall be copied into the new project, | ||||
@@ -167,4 +172,4 @@ new project using the id <code>path2</code>.</p> | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
</html> | |||||
</html> |