Index: index.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v
retrieving revision 1.122
diff -u -r1.122 index.html
--- index.html	2000/10/05 17:19:55	1.122
+++ index.html	2000/10/06 06:58:16
@@ -965,14 +965,12 @@
 <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;

