diff --git a/docs/manual/OptionalTasks/propertyfile.html b/docs/manual/OptionalTasks/propertyfile.html
index 33285054d..c8c197d06 100644
--- a/docs/manual/OptionalTasks/propertyfile.html
+++ b/docs/manual/OptionalTasks/propertyfile.html
@@ -2,12 +2,11 @@
PropertyFile Task
-
-Ant PropertyFile Task User Manual
+PropertyFile
by
-Version 1.1 - 2001/01/28
Table of Contents
@@ -30,7 +28,7 @@
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. However, any comments
-are lost. Work is being done to make this task a bit more "human friendly".
+are lost.
@@ -77,7 +75,7 @@ elements to specify actual modifications to the property file itself.
default |
Initial value to set for a property if it is not
already defined in the property file.
- For type date, two additional keywords are allowed: "now" or "never". |
+ For type date, an additional keyword is allowed: "now"
type |
@@ -96,6 +94,24 @@ elements to specify actual modifications to the property file itself.
be parsed and formatted accordingly.
No |
+
+ unit |
+ The unit of the value to be applied to date +/- operations.
+ Valid Values are:
+
+ - millisecond
+ - second
+ - minute
+ - hour
+ - day (default)
+ - week
+ - month
+ - year
+
+ This only applies to date types using a +/- operation.
+ |
+ No |
+
The rules used when setting a property value are shown below. The
operation occurs after these rules are considered.
@@ -172,4 +188,4 @@ Concatenation of strings :
Copyright © 2001-2002 Apache Software Foundation. All rights
Reserved.
-