diff --git a/WHATSNEW b/WHATSNEW index 054114080..c79df57ba 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -56,6 +56,8 @@ Changes that could break older environments: * Output stored from a or task is now exactly as generated. No conversion to platform end-of-line characters is performed. +* will now preserve line endings. + Fixed bugs: ----------- * Filter readers were not handling line endings properly. Bugzilla diff --git a/docs/manual/OptionalTasks/translate.html b/docs/manual/OptionalTasks/translate.html index d9d3041af..66c769e88 100644 --- a/docs/manual/OptionalTasks/translate.html +++ b/docs/manual/OptionalTasks/translate.html @@ -45,12 +45,16 @@ to make up the file names that are to be used. File encoding is supported. The encoding scheme of the source files, destination files and the bundle files can be specified. -Destination files can be exlicitly overwritten using the +Destination files can be explicitly overwritten using the forceoverwrite attribute. If forceoverwrite is false, the destination file is overwritten only if either the source file or any of the files that make up the bundle have been modified after the destination file was last modified.

+

+New in Ant 1.6:
+Line endings of source files are preserved in the translated files. +

FileSets are used to select files to translate.

@@ -157,7 +161,7 @@ equivalent using a resource bundle encoded in japanese. </translate>
-

Copyright © 2001 Apache Software Foundation. All rights +

Copyright © 2001-2003 Apache Software Foundation. All rights Reserved.