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