From c7ec6f659f39899b26e4f77e892ff82ba8f9aed5 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig 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.
Introduction
-
PropertyFile Task
@@ -54,12 +56,16 @@ 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.