From c53eb2b91c8a3e70a524d8556906faf3e626a8cc Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Fri, 9 Feb 2018 07:12:06 +0100 Subject: [PATCH] =?UTF-8?q?There=20is=20a=20var=20tag=20in=20HTML=205?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manual/Types/tarfileset.html | 20 +++++++------------- manual/Types/zipfileset.html | 16 ++++++---------- 2 files changed, 13 insertions(+), 23 deletions(-) diff --git a/manual/Types/tarfileset.html b/manual/Types/tarfileset.html index 3224e7c3a..0efe28ea3 100644 --- a/manual/Types/tarfileset.html +++ b/manual/Types/tarfileset.html @@ -23,22 +23,19 @@

TarFileSet

-

TarFileSet has been added as a stand-alone type in Apache Ant -1.7.

+

TarFileSet has been a stand-alone type since Apache Ant 1.7.

A <tarfileset> is a special form of a <fileset> which can behave in 2 different ways :

<tarfileset> supports all attributes of < -

A tarfileset can be defined with the id attribute and referred to with the refid attribute. This is also true -for tarfileset which has been added in Ant 1.7.
-

+

Since Ant 1.7, a tarfileset can be defined with the id attribute and referred to with + the refid attribute.

Parameters

diff --git a/manual/Types/zipfileset.html b/manual/Types/zipfileset.html index 45a421dae..b82b6e862 100644 --- a/manual/Types/zipfileset.html +++ b/manual/Types/zipfileset.html @@ -28,15 +28,13 @@ different ways :

    -
  • When the src attribute +
  • When the src attribute is used - or a nested resource collection has been specified (since Apache Ant 1.7), the zipfileset is populated with - zip entries found in the file src.
    + zip entries found in the file src.
  • -
  • When the dir attribute -is used, the zipfileset is populated with filesystem files found under dir.
    +
  • When the dir attribute +is used, the zipfileset is populated with filesystem files found under dir.

<zipfileset> supports all attributes of < -

Since Ant 1.6, a zipfileset can be defined with the id attribute and referred to with -the refid attribute.
-

+

Since Ant 1.6, a zipfileset can be defined with the id attribute and referred to with + the refid attribute.

Parameters