Browse Source

Merge branch '1.9.x'

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

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

@@ -118,6 +118,15 @@ extract an Ant generated ZIP archive.</p>
page</a></td> page</a></td>
<td>No; defaults to <q>true</q></td> <td>No; defaults to <q>true</q></td>
</tr> </tr>
<tr>
<td>allowFilesToEscapeDest</td>
<td>Whether to allow the extracted file or directory
to be outside of the dest directory.
<em>since Ant 1.10.4</em></td>
<td>No, defaults to false unless
stripAbsolutePathSpec is true and the entry's name starts with a leading
path spec.</td>
</tr>
</table> </table>
<h3>Examples</h3> <h3>Examples</h3>
<pre>&lt;unzip src=&quot;${tomcat_src}/tools-src.zip&quot; dest=&quot;${tools.home}&quot;/&gt;</pre> <pre>&lt;unzip src=&quot;${tomcat_src}/tools-src.zip&quot; dest=&quot;${tools.home}&quot;/&gt;</pre>


Loading…
Cancel
Save