From 8671950c6acacbe4a42a357e32674ab937f42454 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 25 Mar 2004 19:18:31 +0000 Subject: [PATCH] Added examples of using the line.separator system property in the message. PR: 27953 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276253 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/echo.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/echo.html b/docs/manual/CoreTasks/echo.html index f66727be2..bec58e234 100644 --- a/docs/manual/CoreTasks/echo.html +++ b/docs/manual/CoreTasks/echo.html @@ -51,13 +51,21 @@ ignored

Examples

-
  <echo message="Hello, world"/>
-
  
+
+<echo message="Hello, world"/>
+
+
+<echo message="Embed a line break:${line.separator}"/>
+
+
+<echo>Embed another:${line.separator}</echo>
+
+
 <echo>This is a longer message stretching over
 two lines.
 </echo>
 
-
  
+
 <echo>
 This is a longer message stretching over
 three lines; the first line is a blank