You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2009/07/21 06:15:45 UTC

svn commit: r796138 - /ant/core/trunk/docs/manual/CoreTasks/tar.html

Author: bodewig
Date: Tue Jul 21 04:15:44 2009
New Revision: 796138

URL: http://svn.apache.org/viewvc?rev=796138&view=rev
Log:
use the non-deprecated filemode attribute in example

Modified:
    ant/core/trunk/docs/manual/CoreTasks/tar.html

Modified: ant/core/trunk/docs/manual/CoreTasks/tar.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/tar.html?rev=796138&r1=796137&r2=796138&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/tar.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/tar.html Tue Jul 21 04:15:44 2009
@@ -196,7 +196,7 @@
 <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;