diff --git a/docs/manual/properties.html b/docs/manual/properties.html index 798abd551..2d959d444 100644 --- a/docs/manual/properties.html +++ b/docs/manual/properties.html @@ -50,7 +50,7 @@ the one of the macrodef task.
-Ant provides access to all system properties as if they had been
defined using a <property>
task. For
@@ -97,7 +97,7 @@ ant.library.dir the directory that has been used to load Ant's
jars from. In most cases this is ANT_HOME/lib.
- PropertyHelpers
+
Ant's property handling is accomplished by an instance of
org.apache.tools.ant.PropertyHelper
associated with
@@ -275,8 +275,8 @@ public class ToStringEvaluator implements PropertyHelper.PropertyEvaluator {
Antlib provides a few interesting evaluators but there are
also a few built-in ones.
Any Ant type which has been declared with a reference can also
its string value extracted by using the ${toString:}