Repository: ant Updated Branches: refs/heads/master d4cc7cf0a -> 19910e518
Fix a typo and put emphasis on a magic âsince Ant â¦â phrase Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/19910e51 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/19910e51 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/19910e51 Branch: refs/heads/master Commit: 19910e518a669c8cc4d9b74c9ab11471c18cb634 Parents: d4cc7cf Author: Gintas Grigelionis <[email protected]> Authored: Sat May 5 19:00:17 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Sat May 5 19:00:17 2018 +0200 ---------------------------------------------------------------------- manual/Tasks/unzip.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/19910e51/manual/Tasks/unzip.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html index 7076e5a..ab0eafe 100644 --- a/manual/Tasks/unzip.html +++ b/manual/Tasks/unzip.html @@ -108,14 +108,14 @@ extract an Ant generated ZIP archive.</p> name before extracting it. Note that this changes the entry name before applying <code>include</code>/<code>exclude</code> patterns and before using the nested mappers (if any). <em>since Ant 1.8.0</em></td> - <td>No; defaults to <q>true</q> since 1.10.4 - (used to defaukt to <q>false</q> prior to that)</td> + <td>No; defaults to <q>true</q> <em>since Ant 1.10.4</em> + (used to default to <q>false</q> prior to that)</td> </tr> <tr> <td>scanForUnicodeExtraFields</td> <td><strong>Note</strong>: This attribute is not available for the <code>untar</code> task.<br/> If the archive contains Unicode extra fields then use them to set the file names, ignoring the - specified encoding. <br/>See also the <a href="zip.html#encoding">discussion in the zip task + specified encoding.<br/>See also the <a href="zip.html#encoding">discussion in the zip task page</a></td> <td>No; defaults to <q>true</q></td> </tr>
