diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html index 937536d88..7002362d0 100644 --- a/docs/manual/CoreTypes/filterchain.html +++ b/docs/manual/CoreTypes/filterchain.html @@ -1545,4 +1545,10 @@ This may be used as follows: </copy> + +

SortFilter

+

(documentation pending)

+

since Ant 1.8.0

+ + diff --git a/docs/manual/develop.html b/docs/manual/develop.html index 9f8ce93cc..0c906022d 100644 --- a/docs/manual/develop.html +++ b/docs/manual/develop.html @@ -129,7 +129,7 @@ good convention, though.

Ant will always expand properties before it passes the value of an attribute to the corresponding setter method. Since Ant 1.8, it is -possible to extend Ant's property handling +possible to extend Ant's property handling such that a non-string Object may be the result of the evaluation of a string containing a single property reference. These will be assigned directly via setter methods of matching type. Since it requires some beyond-the-basics diff --git a/docs/manual/targets.html b/docs/manual/targets.html index d2b479771..55ffc81ac 100644 --- a/docs/manual/targets.html +++ b/docs/manual/targets.html @@ -245,7 +245,7 @@

The main purpose of an extension-point is to act as an extension point for build files designed to - be imported. In the imported + be imported. In the imported file an extension-point defines a state that must be reached and targets from other build files can join the depends list of said extension-point in order to contribute to that state.

diff --git a/docs/manual/tutorial-writing-tasks.html b/docs/manual/tutorial-writing-tasks.html index 7b79a5658..86bc920af 100644 --- a/docs/manual/tutorial-writing-tasks.html +++ b/docs/manual/tutorial-writing-tasks.html @@ -284,7 +284,7 @@ arguments of the set-method: Before calling the set-method all properties are resolved. So a <helloworld message="${msg}"/>