Repository: ant
Updated Branches:
  refs/heads/master df121b0ec -> ee42f01a4


xz is a valid value for tar/untar's compression attribute.


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/ee42f01a
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/ee42f01a
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/ee42f01a

Branch: refs/heads/master
Commit: ee42f01a40727454fa9ceba2dcc1db0f4790d4cc
Parents: df121b0
Author: Stefan Bodewig <[email protected]>
Authored: Sat Jan 20 18:13:15 2018 +0100
Committer: Stefan Bodewig <[email protected]>
Committed: Sat Jan 20 18:13:15 2018 +0100

----------------------------------------------------------------------
 manual/Tasks/tar.html   | 2 +-
 manual/Tasks/unzip.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/ee42f01a/manual/Tasks/tar.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/tar.html b/manual/Tasks/tar.html
index 4794d63..7d08c01 100644
--- a/manual/Tasks/tar.html
+++ b/manual/Tasks/tar.html
@@ -142,7 +142,7 @@ or "bzip2".</p>
   <tr>
     <td valign="top">compression</td>
     <td valign="top">compression method.  Allowable values are 
-       &quot;none&quot;, &quot;gzip&quot; and &quot;bzip2&quot;.  Default is
+       &quot;none&quot;, &quot;gzip&quot;, &quot;xz&quot; and 
&quot;bzip2&quot;.  Default is
        &quot;none&quot;.</td>
     <td valign="top" align="center">No</td>
   </tr>

http://git-wip-us.apache.org/repos/asf/ant/blob/ee42f01a/manual/Tasks/unzip.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html
index 8d93b70..d62f20b 100644
--- a/manual/Tasks/unzip.html
+++ b/manual/Tasks/unzip.html
@@ -94,7 +94,7 @@ archive.</p>
     <td valign="top"><b>Note:</b> This attribute is only available for
     the <code>untar</code> task.<br>
     compression method.  Allowable values are &quot;none&quot;,
-    &quot;gzip&quot; and &quot;bzip2&quot;.  Default is
+    &quot;gzip&quot;, &quot;xz&quot; and &quot;bzip2&quot;.  Default is
     &quot;none&quot;.</td>
     <td valign="top" align="center">No</td>
   </tr>

Reply via email to