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