diff --git a/docs/manual/OptionalTasks/propertyfile.html b/docs/manual/OptionalTasks/propertyfile.html index 786f37fb0..73290199e 100644 --- a/docs/manual/OptionalTasks/propertyfile.html +++ b/docs/manual/OptionalTasks/propertyfile.html @@ -56,7 +56,7 @@ are lost. Work is being done to make this task a bit more "human friendly&
Use nested <entry>
-elements to specify actual modifcations to the property file itself
Attribute | @@ -71,8 +71,14 @@ elements to specify actual modifcations to the property file itself|||
value | Value to set (=), to add (+) or subtract (-) | -Yes | +At least one must be specified |
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". |
+ ||
type | Regard the value as : int, date or string (default) | @@ -84,13 +90,6 @@ elements to specify actual modifcations to the property file itselfNo | |
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". |
- No | -|
pattern | For int and date type only. If present, Values will @@ -98,6 +97,23 @@ elements to specify actual modifcations to the property file itself | No |
The rules used when setting a property value are shown below. The +operation occurs after these rules are considered.
+ ++
The following changes the my.properties file. Assume my.properties look like:
@@ -153,4 +169,4 @@ Concatenation of strings :Each time called, a "." will be appended to "progress"