Browse Source

clarify tarfileset documentation.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269483 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
4ad42dc531
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      docs/manual/CoreTasks/tar.html

+ 7
- 0
docs/manual/CoreTasks/tar.html View File

@@ -169,6 +169,13 @@ the executable files and include all others. </p>
by one fileset. If the same file is selected by more than one fileset, it will be included in the by one fileset. If the same file is selected by more than one fileset, it will be included in the
tar file twice, with the same path.</p> tar file twice, with the same path.</p>


<p><strong>Note:</strong> The patterns in the include and exclude
elements are considered to be relative to the corrseponding dir
attribute as with all other filesets. In the example above,
<code>${dist.name}</code> is not an absolute path, but a simple name
of a directory, so <code>${dist.name}</code> is a valid path relative
to <code>${dist.name}/..</code>.</p>

<hr> <hr>
<p align="center">Copyright &copy; 2000,2001 Apache Software Foundation. All rights <p align="center">Copyright &copy; 2000,2001 Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


Loading…
Cancel
Save