From 2ed62d6ba347bd53ab4e34cea127a3dfa74a441c Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 21 Jul 2009 04:15:44 +0000
Subject: [PATCH] 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
---
docs/manual/CoreTasks/tar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/CoreTasks/tar.html b/docs/manual/CoreTasks/tar.html
index 18ea8b08e..29a3d4572 100644
--- a/docs/manual/CoreTasks/tar.html
+++ b/docs/manual/CoreTasks/tar.html
@@ -196,7 +196,7 @@ or files with the name todo.html
are excluded.
<tar longfile="gnu"
destfile="${dist.base}/${dist.name}-src.tar">
- <tarfileset dir="${dist.name}/.." mode="755" username="ant" group="ant">
+ <tarfileset dir="${dist.name}/.." filemode="755" username="ant" group="ant">
<include name="${dist.name}/bootstrap.sh"/>
<include name="${dist.name}/build.sh"/>
</tarfileset>