mbenson     2004/03/25 11:18:31

  Modified:    docs/manual/CoreTasks echo.html
  Log:
  Added examples of using the line.separator system property in the message.
  PR:  27953
  
  Revision  Changes    Path
  1.12      +11 -3     ant/docs/manual/CoreTasks/echo.html
  
  Index: echo.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/echo.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- echo.html 9 Feb 2004 21:50:05 -0000       1.11
  +++ echo.html 25 Mar 2004 19:18:31 -0000      1.12
  @@ -51,13 +51,21 @@
     
   </table>
   <h3>Examples</h3>
  -<pre>  &lt;echo message=&quot;Hello, world&quot;/&gt;</pre>
  -<pre>  
  +<pre>
  +&lt;echo message=&quot;Hello, world&quot;/&gt;
  +</pre>
  +<pre>
  +&lt;echo message=&quot;Embed a line break:${line.separator}&quot;/&gt;
  +</pre>
  +<pre>
  +&lt;echo&gt;Embed another:${line.separator}&lt;/echo&gt;
  +</pre>
  +<pre>
   &lt;echo&gt;This is a longer message stretching over
   two lines.
   &lt;/echo&gt;
   </pre>
  -<pre>  
  +<pre>
   &lt;echo&gt;
   This is a longer message stretching over
   three lines; the first line is a blank
  
  
  

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

Reply via email to