Browse Source

forgot to update the manual

master
Stefan Bodewig 7 years ago
parent
commit
1a2b1e37e3
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      manual/Tasks/unzip.html

+ 9
- 0
manual/Tasks/unzip.html View File

@@ -138,6 +138,15 @@ archive.</p>
zip task page</a></td>
<td align="center" valign="top">No, defaults to true</td>
</tr>
<tr>
<td valign="top">allowFilesToEscapeDest</td>
<td valign="top">Whether to allow the extracted file or directory
to be outside of the dest directory.
<em>since Ant 1.9.12</em></td>
<td valign="top" align="center">No, defaults to false unless
stripAbsolutePathSpec and the entry's name starts with a leading
path spec.</td>
</tr>
</table>
<h3>Examples</h3>
<pre>


Loading…
Cancel
Save