From 92345dee0ca15354e7316ae58244934c1674f02e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 14 Nov 2002 09:23:49 +0000 Subject: [PATCH] Add new tasks to overview git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273542 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/tasksoverview.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/manual/tasksoverview.html b/docs/manual/tasksoverview.html index f48f7d44e..e086a443d 100644 --- a/docs/manual/tasksoverview.html +++ b/docs/manual/tasksoverview.html @@ -449,12 +449,26 @@ documentation.

Description + + Attrib +

Changes the permissions and/or attributes of a file or all + files inside the specified directories. Currently, it has effect + only under Windows.

+ + Checksum

Generates a checksum for a file or set of files. This task can also be used to perform checksum verifications.

+ + Chgrp +

Changes the group ownership of a file or all files inside + the specified directories. Currently, it has effect only under + Unix.

+ + Chmod

Changes the permissions of a file or all files inside the @@ -463,6 +477,13 @@ documentation.

chmod command.

+ + Chown +

Changes the owner of a file or all files inside the + specified directories. Currently, it has effect only under + Unix.

+ + Concat

Concatenates multiple files into a single one or to Ant's