diff --git a/docs/index.html b/docs/index.html index a3174e71c..1025f6137 100644 --- a/docs/index.html +++ b/docs/index.html @@ -965,14 +965,12 @@ properties (param's in this context)

param

Specifies the properties to set before running the specified target. See property for usage guidelines.

-

This will only set the specified properties if the property is not already -set in the current project!

Examples

   <target name="default">
-    <calltarget target="doSomethingElse">
+    <antcall target="doSomethingElse">
       <param name="param1" value="value"/>
-    </calltarget>
+    </antcall>
   </target>
 
   <target name="doSomethingElse">