Browse Source

<tarfileset> extends <fileset> not <tarfileset> itself.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381709 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 19 years ago
parent
commit
616fc9850d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/CoreTasks/tar.html

+ 3
- 3
docs/manual/CoreTasks/tar.html View File

@@ -113,8 +113,8 @@ or "bzip2".</p>
<h3>Nested Elements</h3>

The tar task supports nested <a
href="../CoreTypes/fileset.html">tarfileset</a> elements. These are
extended <a href="../CoreTypes/tarfileset.html">TarFilesets</a> which,
href="../CoreTypes/tarfileset.html">tarfileset</a> elements. These are
extended <a href="../CoreTypes/fileset.html">FileSets</a> which,
in addition to the standard elements, support one additional
attributes

@@ -223,7 +223,7 @@ Unix file permissions have been stored as part of the ZIP file, they
will be retained in the resulting tar archive.</p>

<hr>
<p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2002,2004-2006 The Apache Software Foundation. All rights
Reserved.</p>

</body>


Loading…
Cancel
Save