Author: peterreilly
Date: Tue Jun 26 10:02:02 2007
New Revision: 550859
URL: http://svn.apache.org/viewvc?view=rev&rev=550859
Log:
changed macrodef to macro invocation
Modified:
ant/core/trunk/docs/manual/CoreTasks/macrodef.html
Modified: ant/core/trunk/docs/manual/CoreTasks/macrodef.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/macrodef.html?view=diff&rev=550859&r1=550858&r2=550859
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/macrodef.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/macrodef.html Tue Jun 26 10:02:02 2007
@@ -182,10 +182,10 @@
</table>
<h4>text</h4>
<p>
- This is used to specify the treatment of text contents of the macrodef.
- If this element is not present, then any nested text in the macro
+ This is used to specify the treatment of text contents of the macro
invocation.
+ If this element is not present, then any nested text in the macro
invocation
will be an error. If the text element is present, then the name
- becomes an attribute that gets set to the nested text of the macro.
+ becomes an attribute that gets set to the nested text of the macro
invocation.
<em>Since ant 1.6.1.</em>
</p>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]