From 224e2140ef1be18480aa565dc462ba34b09d65d1 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 29 Nov 2005 04:40:12 +0000 Subject: [PATCH] update manual git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@349634 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/loadresource.html | 3 +++ docs/manual/CoreTasks/pack.html | 2 +- docs/manual/CoreTasks/tar.html | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-) 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.