diff --git a/WHATSNEW b/WHATSNEW index 4f314c04b..94b0dd4ab 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -936,6 +936,9 @@ Other changes: * can now optionally cache its contents. + * can now specify values as nested text. + Bugzilla Report 32917. + Changes from Ant 1.7.0 TO Ant 1.7.1 ============================================= diff --git a/docs/manual/CoreTasks/property.html b/docs/manual/CoreTasks/property.html index f6ed34149..b37f27a32 100644 --- a/docs/manual/CoreTasks/property.html +++ b/docs/manual/CoreTasks/property.html @@ -31,9 +31,10 @@ resource) in the project. Properties are case sensitive.

Properties are immutable: whoever sets a property first freezes it for the rest of the build; they are most definitely not variables. -

There are six ways to set properties:

+

There are seven ways to set properties: