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">
   &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