mbenson 2005/03/23 10:48:59
Modified: docs/manual/CoreTasks macrodef.html
Log:
Remove bad slashes in final example.
Revision Changes Path
1.24 +2 -2 ant/docs/manual/CoreTasks/macrodef.html
Index: macrodef.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/macrodef.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- macrodef.html 7 Mar 2005 18:09:09 -0000 1.23
+++ macrodef.html 23 Mar 2005 18:48:59 -0000 1.24
@@ -333,13 +333,13 @@
</p>
<blockquote>
<pre class="code">
-<macrodef name="test"/>
+<macrodef name="test">
<attribute name="one"/> <b>*1</b>
<attribute name="two" default="@{one}"/> <b>*2</b>
<sequential>
<echo>[EMAIL PROTECTED] [EMAIL PROTECTED]</echo>
</sequential>
-</macrodef/>
+</macrodef>
<test one="test"/>
</pre>
</blockquote>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]