From a106a0a32a4d4de83ca9e33a01654c178ce0381a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 22 Mar 2001 08:06:21 +0000 Subject: [PATCH] typos git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268880 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/tar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/tar.html b/docs/manual/CoreTasks/tar.html index dfce64485..04514db6c 100644 --- a/docs/manual/CoreTasks/tar.html +++ b/docs/manual/CoreTasks/tar.html @@ -151,12 +151,12 @@ or files with the name todo.html are excluded.

<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>

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