Browse Source

Fixed documentation for <antcall>

Submitted by:	Nico Seessle <nico@seessle.de>,
                Diane Holt


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268063 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 25 years ago
parent
commit
35195cb135
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      docs/index.html

+ 2
- 4
docs/index.html View File

@@ -965,14 +965,12 @@ properties (param's in this context)</p>
<h4>param</h4>
<p>Specifies the properties to set before running the specified target. See <a
href="#property">property</a> for usage guidelines.</p>
<p>This will only set the specified properties if the property is not already
set in the current project!</p>
<h3>Examples</h3>
<pre>
&lt;target name=&quot;default&quot;&gt;
&lt;calltarget target=&quot;doSomethingElse&quot;&gt;
&lt;antcall target=&quot;doSomethingElse&quot;&gt;
&lt;param name=&quot;param1&quot; value=&quot;value&quot;/&gt;
&lt;/calltarget&gt;
&lt;/antcall&gt;
&lt;/target&gt;

&lt;target name=&quot;doSomethingElse&quot;&gt;


Loading…
Cancel
Save