diff --git a/docs/manual/CoreTasks/property.html b/docs/manual/CoreTasks/property.html
index 0c505b141..c02a1c10c 100644
--- a/docs/manual/CoreTasks/property.html
+++ b/docs/manual/CoreTasks/property.html
@@ -101,17 +101,18 @@ SYSTEM).
resource |
- the resource name of the property file. |
+ the name of the classpath resource containing
+ properties settings in properties file format. |
One of these, when
not using the name attribute |
file |
- the filename of the property file . |
+ the location of the properties file to load. |
url |
- the url from which to read properties. |
+ a url containing properties-format settings. |
environment |
@@ -119,14 +120,15 @@ SYSTEM).
if you specify environment="myenv" you will be able to access OS-specific
environment variables via property names "myenv.PATH" or
"myenv.TERM". Note that if you supply a property name with a final
- "." it will not be doubled. ie environment="myenv." will still
+ "." it will not be doubled; i.e. environment="myenv." will still
allow access of environment variables through "myenv.PATH" and
"myenv.TERM". This functionality is currently only implemented
on select platforms. Feel free to send patches to increase the
- number of platforms this functionality is supported on ;).
- Note also that properties are case sensitive, even if the
- environment variables on your operating system are not, e.g. it
- will be ${env.Path} not ${env.PATH} on Windows 2000.
+ number of platforms on which this functionality is supported ;).
+ Note also that properties are case-sensitive, even if the
+ environment variables on your operating system are not; e.g. Windows 2000's
+ system path variable is set to an Ant property named "env.Path"
+ rather than "env.PATH".
classpath |
@@ -142,8 +144,9 @@ SYSTEM).
prefix |
- Prefix to apply to properties loaded using file
- or resource . A "." is appended to the prefix if not specified. |
+ Prefix to apply to properties loaded using file ,
+ resource , or url .
+ A "." is appended to the prefix if not specified. |
No |