git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@691102 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -52,6 +52,12 @@ regardless of the setting of <i>inheritAll</i>. This allows you to | |||||
| parameterize your subprojects. Properties defined on the command line | parameterize your subprojects. Properties defined on the command line | ||||
| cannot be overridden by nested <code><property></code> elements.</p> | cannot be overridden by nested <code><property></code> elements.</p> | ||||
| <p>When more than one nested <code><property></code> element | |||||
| would set a property of the same name, the one declared last will | |||||
| win. This is for backwards compatibility reasons even so it is | |||||
| different from the way <code><property></code> tasks in build | |||||
| files behave.</p> | |||||
| <p>References to data types can also be passed to the new project, but | <p>References to data types can also be passed to the new project, but | ||||
| by default they are not. If you set the inheritrefs attribute to | by default they are not. If you set the inheritrefs attribute to | ||||
| true, all references will be copied, but they will not override | true, all references will be copied, but they will not override | ||||
| @@ -45,6 +45,12 @@ regardless of the setting of <i>inheritAll</i>. This allows you to | |||||
| parameterize your subprojects. Properties defined on the command line | parameterize your subprojects. Properties defined on the command line | ||||
| can not be overridden by nested <code><param></code> elements.</p> | can not be overridden by nested <code><param></code> elements.</p> | ||||
| <p>When more than one nested <code><param></code> element | |||||
| would set a property of the same name, the one declared last will | |||||
| win. This is for backwards compatibility reasons even so it is | |||||
| different from the way <code><property></code> tasks in build | |||||
| files behave.</p> | |||||
| <p>Nested <a href="#reference"><i><code><reference></code>;</i></a> elements can | <p>Nested <a href="#reference"><i><code><reference></code>;</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 | ||||
| @@ -355,6 +355,13 @@ | |||||
| </td></tr> | </td></tr> | ||||
| <tr><td><blockquote> | <tr><td><blockquote> | ||||
| Corresponds to <code><ant></code>'s nested <code><property></code> element. | Corresponds to <code><ant></code>'s nested <code><property></code> element. | ||||
| <p>When more than one nested <code><property></code> element | |||||
| would set a property of the same name, the one declared last will | |||||
| win. This is for backwards compatibility reasons even so it is | |||||
| different from the way <code><property></code> tasks in build | |||||
| files behave.</p> | |||||
| <!-- Ignore --> | <!-- Ignore --> | ||||
| <!-- Ignore --> | <!-- Ignore --> | ||||