jhm         2004/04/26 22:14:40

  Modified:    docs/manual/CoreTasks macrodef.html
  Log:
  Missing '<' in @text-example.
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- macrodef.html     20 Apr 2004 17:41:27 -0000      1.17
  +++ macrodef.html     27 Apr 2004 05:14:40 -0000      1.18
  @@ -310,7 +310,7 @@
       <blockquote>
   <pre class="code">
   &lt;macrodef name="echotest"&gt;
  -   &lt;text name="text"/text&gt;
  +   &lt;text name="text"&lt;/text&gt;
      &lt;sequential&gt;
         &lt;echo&gt;@{text}&lt;/echo&gt;
      &lt;/sequential&gt;
  @@ -345,4 +345,4 @@
   Foundation. All rights Reserved.</p>
   
   </body>
  -</html>
  +</html>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to