From cf0cc8dc4e848e64668fdda65a8987ca36dae5ad Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 9 May 2003 13:41:04 +0000 Subject: [PATCH] Spelling git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274558 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- docs/manual/CoreTasks/concat.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index a1fa3ad3c..5990ae873 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -309,7 +309,7 @@ Other changes: properties. * can now control the encoding of the output as well and optionally - add new-line characters at the end files that get concatenated but + add new-line characters at the end of files that get concatenated but don't end in newlines. Bugzilla Report 12511. Changes from Ant 1.5.2 to Ant 1.5.3 diff --git a/docs/manual/CoreTasks/concat.html b/docs/manual/CoreTasks/concat.html index 6fb363b6c..b25fb30b4 100644 --- a/docs/manual/CoreTasks/concat.html +++ b/docs/manual/CoreTasks/concat.html @@ -115,7 +115,7 @@
  • unix: a single LF
  • dos: the pair CRLF
  • - The default is "platform". + The default is platform dependent. For Unix platforms, the default is "lf". For DOS based systems (including Windows), the default is "crlf".