|
|
@@ -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> |
|
|
|
<target name="default"> |
|
|
|
<calltarget target="doSomethingElse"> |
|
|
|
<antcall target="doSomethingElse"> |
|
|
|
<param name="param1" value="value"/> |
|
|
|
</calltarget> |
|
|
|
</antcall> |
|
|
|
</target> |
|
|
|
|
|
|
|
<target name="doSomethingElse"> |
|
|
|