Browse Source

Spelling

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274558 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
cf0cc8dc4e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      WHATSNEW
  2. +1
    -1
      docs/manual/CoreTasks/concat.html

+ 1
- 1
WHATSNEW View File

@@ -309,7 +309,7 @@ Other changes:
properties.

* <concat> 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


+ 1
- 1
docs/manual/CoreTasks/concat.html View File

@@ -115,7 +115,7 @@
<li>unix: a single LF</li>
<li>dos: the pair CRLF</li>
</ul>
The default is &quot;platform&quot;.
The default is platform dependent.
For Unix platforms, the default is &quot;lf&quot;.
For DOS based systems (including Windows),
the default is &quot;crlf&quot;.


Loading…
Cancel
Save