jhm 2004/04/26 22:16:51
Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH macrodef.html
Log:
Merge: Missing '<' in @text-example.
Revision Changes Path
No revision
No revision
1.2.2.17 +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.2.2.16
retrieving revision 1.2.2.17
diff -u -r1.2.2.16 -r1.2.2.17
--- macrodef.html 20 Apr 2004 17:42:51 -0000 1.2.2.16
+++ macrodef.html 27 Apr 2004 05:16:51 -0000 1.2.2.17
@@ -310,7 +310,7 @@
<blockquote>
<pre class="code">
<macrodef name="echotest">
- <text name="text"/text>
+ <text name="text"</text>
<sequential>
<echo>@{text}</echo>
</sequential>
@@ -345,4 +345,4 @@
Foundation. All rights Reserved.</p>
</body>
-</html>
+</html>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|