From 8fc7469be6f86ffcee96ce0454baa6aa082b3f3a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 18 Apr 2002 14:59:19 +0000 Subject: [PATCH] typo's in apply's docs. PR: 8094 Submitted by: Jesse Glick git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272512 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/apply.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/manual/CoreTasks/apply.html b/docs/manual/CoreTasks/apply.html index 7ba809afa..f6ff1be6e 100644 --- a/docs/manual/CoreTasks/apply.html +++ b/docs/manual/CoreTasks/apply.html @@ -8,8 +8,8 @@

Apply/ExecOn

-

The name execon is deprecated and only kept for backwards -compatibilty.

+

The name execon is deprecated and only kept for backwards +compatibility.

Description

Executes a system command. When the os attribute is specified, then the command is only executed when Ant is run on one of the specified operating @@ -18,11 +18,11 @@ systems.

href="../CoreTypes/fileset.html">FileSets are passed as arguments to the system command.

If you specify a nested mapper and the destdir attribute, +href="../CoreTypes/mapper.html">mapper and the dest attribute, the timestamp of each source file is compared to the timestamp of a target file which is defined by the nested mapper element and searched -for in the given destdir.

-

At least one fileset is required, you must not specify more than +for in the given dest.

+

At least one fileset is required, and you must not specify more than one mapper.

Parameters

@@ -54,7 +54,7 @@ one mapper.

+ the dest attribute for target files). @@ -146,7 +146,7 @@ use a nested <srcfile> element between your <srcfile> and marks the position of the target filename on the command line. If omitted, the target filenames will not be added to the command line at all. This element can only be -specified, if you also define a nested mapper and the destdir +specified, if you also define a nested mapper and the dest attribute.

env

It is possible to specify environment variables to pass to the

whether the filenames should be passed on the command line as absolute or relative pathnames (relative to the base directory of the corresponding fileset for source files or - the dest attribute for target files). No, default is false