From 677f5275dd60f5e551c1f8772290ecd2c1ff4d14 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Mon, 5 Mar 2018 17:35:30 +0100 Subject: [PATCH] use lowercase for simplicity --- manual/Tasks/antlr.html | 4 ++-- manual/Tasks/apply.html | 12 ++++++++---- manual/Tasks/attrib.html | 2 +- manual/Tasks/checksum.html | 2 +- manual/Tasks/chgrp.html | 2 +- manual/Tasks/chmod.html | 2 +- manual/Tasks/chown.html | 2 +- manual/Tasks/concat.html | 12 ++++++------ manual/Tasks/copy.html | 6 +++--- manual/Tasks/dependset.html | 4 ++-- manual/Tasks/ear.html | 2 +- manual/Tasks/ejb.html | 8 ++++---- manual/Tasks/get.html | 2 +- manual/Tasks/input.html | 2 +- manual/Tasks/jar.html | 2 +- manual/Tasks/jdepend.html | 2 +- manual/Tasks/junit.html | 6 +++--- manual/Tasks/junitreport.html | 2 +- manual/Tasks/length.html | 8 ++++---- manual/Tasks/manifest.html | 2 +- manual/Tasks/move.html | 2 +- manual/Tasks/pack.html | 1 + manual/Tasks/pathconvert.html | 8 ++++---- manual/Tasks/pvcstask.html | 4 ++-- manual/Tasks/replaceregexp.html | 2 +- manual/Tasks/resourcecount.html | 12 ++++++------ manual/Tasks/rexec.html | 2 +- manual/Tasks/schemavalidate.html | 2 +- manual/Tasks/scp.html | 4 ++-- manual/Tasks/scriptdef.html | 2 +- manual/Tasks/serverdeploy.html | 2 +- manual/Tasks/setpermissions.html | 2 +- manual/Tasks/sound.html | 4 ++-- manual/Tasks/style.html | 2 +- manual/Tasks/sync.html | 6 +++--- manual/Tasks/tar.html | 6 +++--- manual/Tasks/telnet.html | 2 +- manual/Tasks/tstamp.html | 4 ++-- manual/Tasks/unzip.html | 2 +- manual/Tasks/waitfor.html | 2 +- manual/Tasks/war.html | 2 +- manual/Tasks/xmlproperty.html | 2 +- manual/Tasks/xmlvalidate.html | 2 +- manual/Tasks/zip.html | 2 +- manual/Types/resources.html | 10 +++++----- manual/using.html | 2 +- 46 files changed, 90 insertions(+), 85 deletions(-) diff --git a/manual/Tasks/antlr.html b/manual/Tasks/antlr.html index d162bbbb5..b7783e5db 100644 --- a/manual/Tasks/antlr.html +++ b/manual/Tasks/antlr.html @@ -113,9 +113,9 @@ the antlr-all.jar target of the Makefile provided with the download -

Nested Elements

+

Parameters specified as nested elements

-

ANTLR supports a nested <classpath> element, that represents +

The task supports a nested <classpath> element, that represents a path-like structure. It is given as a convenience if you have to specify the original ANTLR directory. In most cases, dropping the appropriate ANTLR jar in the normal Ant lib repository will be enough.

diff --git a/manual/Tasks/apply.html b/manual/Tasks/apply.html index 2266dd7cd..24d03aa83 100644 --- a/manual/Tasks/apply.html +++ b/manual/Tasks/apply.html @@ -263,16 +263,18 @@ standard input.

fileset

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

+

filelist

Since Ant 1.6

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

+

dirset

Since Ant 1.6

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

-

Any other Resource Collection

+

Any other resource collection

Since Ant 1.7

You can use any number of nested resource collections.

@@ -281,14 +283,16 @@ for this task and refer to <dirset>s defined elsewhere.

attribute for dependency checking. If the dest attribute is specified it will be used as a base directory for resolving relative pathnames returned by the mapper. At least one <fileset> or <filelist> is required.

+

arg

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

+

srcfile

By default the file names of the source files will be added to the end of the command line -(unless you set addsourcefile to false). If you need to place it somewhere different, use a -nested <srcfile> element between your <arg> elements to mark -the insertion point.

+(unless you set addsourcefile to false). If you need to place it somewhere +different, use a nested <srcfile> element between your <arg> +elements to mark the insertion point.

diff --git a/manual/Tasks/attrib.html b/manual/Tasks/attrib.html index 79ea43178..1051644fe 100644 --- a/manual/Tasks/attrib.html +++ b/manual/Tasks/attrib.html @@ -38,7 +38,7 @@ nested <fileset>, <dirset> and <f elements.

Since Ant 1.7, this task supports -arbitrary Resource Collections as nested +arbitrary resource collections as nested elements.

Attribute