Browse Source

adding inheritRefs to <antcall>, for better consistency with ant. The default is of course false.

No need to update whatsnew, as that already implies that antcall does this.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272284 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
20b0507cd3
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/manual/CoreTasks/antcall.html

+ 6
- 0
docs/manual/CoreTasks/antcall.html View File

@@ -55,6 +55,12 @@ will be fixed and not overridable in the init task -or indeed in the &quot;doSom
</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">inheritRefs</td>
<td valign="top">If <code>true</code>, pass all references to the
new Ant project. Defaults to <code>false</code>.</td>
<td align="center" valign="top">No</td>
</tr>
</table>
<h3>Parameters specified as nested elements</h3>
<h4>param</h4>


Loading…
Cancel
Save