git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275481 13f79535-47bb-0310-9956-ffa450edef68master
@@ -42,8 +42,9 @@ references defined in the new project.</p> | |||||
<p>Nested <a href="#reference"><i><reference></i></a> elements | <p>Nested <a href="#reference"><i><reference></i></a> elements | ||||
can also be used to copy references from the calling project to the | can also be used to copy references from the calling project to the | ||||
new project, optionally under a different id. References taken from | new project, optionally under a different id. References taken from | ||||
nested elements will override existing references in the new | |||||
project.</p> | |||||
nested elements will override existing references that have been | |||||
defined outside of targets in the new project - but not those defined | |||||
inside of targets.</p> | |||||
<h3>Parameters</h3> | <h3>Parameters</h3> | ||||
<table border="1" cellpadding="2" cellspacing="0"> | <table border="1" cellpadding="2" cellspacing="0"> | ||||
@@ -30,8 +30,9 @@ can not be overridden by nested <param> elements.</p> | |||||
<p>Nested <a href="#reference"><i><reference></i></a> elements can | <p>Nested <a href="#reference"><i><reference></i></a> elements can | ||||
be used to copy references from the calling project to the new | be used to copy references from the calling project to the new | ||||
project, optionally under a different id. References taken from | project, optionally under a different id. References taken from | ||||
nested elements will override existing references in the new | |||||
project.</p> | |||||
nested elements will override existing references that have been | |||||
defined outside of targets in the new project - but not those defined | |||||
inside of targets.</p> | |||||
<p> | <p> | ||||
When a target is invoked by antcall, all of its dependent targets will | When a target is invoked by antcall, all of its dependent targets will | ||||