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 2012/08/13 07:31:02 UTC

svn commit: r1372265 - /ant/antlibs/compress/trunk/docs/archive.html

Author: bodewig
Date: Mon Aug 13 05:31:02 2012
New Revision: 1372265

URL: http://svn.apache.org/viewvc?rev=1372265&view=rev
Log:
encoding is already documented as a common attribute

Modified:
    ant/antlibs/compress/trunk/docs/archive.html

Modified: ant/antlibs/compress/trunk/docs/archive.html
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/docs/archive.html?rev=1372265&r1=1372264&r2=1372265&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/docs/archive.html (original)
+++ ant/antlibs/compress/trunk/docs/archive.html Mon Aug 13 05:31:02 2012
@@ -79,7 +79,8 @@
         <code>native-encoding</code> can be used to explicitly select
         the platform's default character encoding.  Defaults to the
         platform's default character encoding.<br/>
-        Currently ignored by all but the zip task.
+        Currently ignored by all but the tar (<em>since Compress
+        Antlib 1.2</em>) and zip tasks.
       </td>
       <td align="center" valign="top">No</td>
     </tr>
@@ -298,17 +299,6 @@
         are "ustar", "oldgnu", "gnu", "star" and "pax".</td>
       <td valign="top" align="center">No, default is "ustar"</td>
     </tr>
-    <tr>
-      <td valign="top">encoding</td>
-      <td valign="top">
-        The character encoding to use for filenames inside the tar
-        file.  For a list of possible values
-        see <a href="http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html">http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html</a>.<br>
-        Defaults <code>native-encoding</code> which is the magic value
-        for the platform's default character encoding.<br/>
-        <em>since Compress Antlib 1.2</em></td>
-      <td align="center" valign="top">No</td>
-    </tr>
   </table>
 
   <h4><a name="tarformat"></a>Tar format</h4>