Browse Source

use the non-deprecated filemode attribute in example

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

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

@@ -196,7 +196,7 @@ or files with the name <code>todo.html</code> are excluded.</p>
<pre>
&lt;tar longfile=&quot;gnu&quot;
destfile=&quot;${dist.base}/${dist.name}-src.tar&quot;&gt;
&lt;tarfileset dir=&quot;${dist.name}/..&quot; mode=&quot;755&quot; username=&quot;ant&quot; group=&quot;ant&quot;&gt;
&lt;tarfileset dir=&quot;${dist.name}/..&quot; filemode=&quot;755&quot; username=&quot;ant&quot; group=&quot;ant&quot;&gt;
&lt;include name=&quot;${dist.name}/bootstrap.sh&quot;/&gt;
&lt;include name=&quot;${dist.name}/build.sh&quot;/&gt;
&lt;/tarfileset&gt;


Loading…
Cancel
Save