|
|
@@ -151,12 +151,12 @@ or files with the name <code>todo.html</code> are excluded.</p> |
|
|
|
<tarfileset dir="${dist.name}/.." mode="755" username="ant" group="ant"> |
|
|
|
<include name="${dist.name}/bootstrap.sh"/> |
|
|
|
<include name="${dist.name}/build.sh"/> |
|
|
|
</fileset> |
|
|
|
</tarfileset> |
|
|
|
<tarfileset dir="${dist.name}/.." username="ant" group="ant"> |
|
|
|
<include name="${dist.name}/**"/> |
|
|
|
<exclude name="${dist.name}/bootstrap.sh"/> |
|
|
|
<exclude name="${dist.name}/build.sh"/> |
|
|
|
</fileset> |
|
|
|
</tarfileset> |
|
|
|
</tar> </pre> |
|
|
|
|
|
|
|
<p>This example shows building a tar which uses the GNU extensions for long paths and |
|
|
|