diff --git a/docs/manual/CoreTasks/loadresource.html b/docs/manual/CoreTasks/loadresource.html index d244332e5..a6102b39f 100755 --- a/docs/manual/CoreTasks/loadresource.html +++ b/docs/manual/CoreTasks/loadresource.html @@ -8,6 +8,9 @@

LoadResource

+ +

Since Ant 1.7

+

Description

Load a text resource into a single property. Unless an encoding is diff --git a/docs/manual/CoreTasks/pack.html b/docs/manual/CoreTasks/pack.html index 944dadc5b..fd33f364c 100644 --- a/docs/manual/CoreTasks/pack.html +++ b/docs/manual/CoreTasks/pack.html @@ -38,7 +38,7 @@ resource is newer.

any resource or single element resource collection

-

The specified resource will be used as src.

+

The specified resource will be used as src. Since Ant 1.7

Examples

diff --git a/docs/manual/CoreTasks/tar.html b/docs/manual/CoreTasks/tar.html
index a15061875..78cbbc070 100644
--- a/docs/manual/CoreTasks/tar.html
+++ b/docs/manual/CoreTasks/tar.html
@@ -134,8 +134,7 @@ attributes
 
 

any other resource collection

Resource -Collections are used to select groups of files to copy. To use a -resource collection, the todir attribute must be set.

+Collections are used to select groups of files to archive.

Prior to Ant 1.7 only <fileset> has been supported as a nested element.