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 @@
Since Ant 1.7
+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.
The specified resource will be used as src.
+The specified resource will be used as src. Since Ant 1.7
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 @@ attributesany other resource collection
Resource -Collections are used to select groups of files to copy. To use a -resource collection, the
+Collections are used to select groups of files to archive.todir
attribute must be set.Prior to Ant 1.7 only
<fileset>
has been supported as a nested element.