mbenson 2004/05/07 11:00:43 Modified: docs/manual/CoreTasks macrodef.html Log: Fix echotest example. Submitted by: Yuji Yamano Revision Changes Path 1.19 +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.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- macrodef.html 27 Apr 2004 05:14:40 -0000 1.18 +++ macrodef.html 7 May 2004 18:00:43 -0000 1.19 @@ -310,7 +310,7 @@ <blockquote> <pre class="code"> <macrodef name="echotest"> - <text name="text"</text> + <text name="text"/> <sequential> <echo>@{text}</echo> </sequential> @@ -345,4 +345,4 @@ Foundation. All rights Reserved.</p> </body> -</html> \ No newline at end of file +</html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]