diff --git a/docs/manual/OptionalTasks/propertyfile.html b/docs/manual/OptionalTasks/propertyfile.html index 7db35606e..27eef7b62 100644 --- a/docs/manual/OptionalTasks/propertyfile.html +++ b/docs/manual/OptionalTasks/propertyfile.html @@ -27,11 +27,13 @@

Introduction

-

Ant provides an optional task for editing property files. This is very useful -when wanting to make unattended modifications to configuration files for application -servers and applications. Currently, the task maintains a working property file with -the ability to add properties or make changes to existing ones. Comments and layout -of the original properties file are preserved.

+

Ant provides an optional task for editing property files. This is +very useful when wanting to make unattended modifications to +configuration files for application servers and +applications. Currently, the task maintains a working property file +with the ability to add properties or make changes to existing +ones. Since Ant 1.8.0 comments and layout of the original properties +file are preserved.


PropertyFile Task

@@ -54,12 +56,16 @@ of the original properties file are preserved.

jdkproperties - Use java.lang.Properties, which will loose comments and layout of file (default is 'false') + Use java.lang.Properties, which will + loose comments and layout of file (default is 'false'). since + Ant 1.8.0 no -

The boolean attribute 'jdkproperties' is provided to recover the previous behaviour of the task, in which the layout and any comments in the properties file were lost by the task.

+

The boolean attribute 'jdkproperties' is provided to recover the +previous behaviour of the task, in which the layout and any comments +in the properties file were lost by the task.

Parameters specified as nested elements

Entry