From 218df7b24e39d4e4d754e25a3ff791fb4054e38e Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 22 Jan 2004 18:41:28 +0000 Subject: [PATCH] fix doc for mapper element of apply PR: 26352 Obtained from: Matt Benson git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275951 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/apply.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/apply.html b/docs/manual/CoreTasks/apply.html index 3b6fbff63..0ab368802 100644 --- a/docs/manual/CoreTasks/apply.html +++ b/docs/manual/CoreTasks/apply.html @@ -264,6 +264,11 @@ elements to define the files for this task and refer to

You can use any number of nested <dirset> elements to define the directories for this task and refer to <dirset>s defined elsewhere.

+

mapper

+

A single <mapper> specifies the target files +relative to the dest attribute for dependency checking. +At least one <fileset> or +<filelist> is required.

arg

Command line arguments should be specified as nested <arg> elements. See -