Browse Source

typos

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

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

@@ -151,12 +151,12 @@ or files with the name <code>todo.html</code> are excluded.</p>
&lt;tarfileset dir=&quot;${dist.name}/..&quot; mode=&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;/fileset&gt;
&lt;/tarfileset&gt;
&lt;tarfileset dir=&quot;${dist.name}/..&quot; username=&quot;ant&quot; group=&quot;ant&quot;&gt;
&lt;include name=&quot;${dist.name}/**&quot;/&gt;
&lt;exclude name=&quot;${dist.name}/bootstrap.sh&quot;/&gt;
&lt;exclude name=&quot;${dist.name}/build.sh&quot;/&gt;
&lt;/fileset&gt;
&lt;/tarfileset&gt;
&lt;/tar&gt; </pre>

<p>This example shows building a tar which uses the GNU extensions for long paths and


Loading…
Cancel
Save