diff --git a/docs/manual/CoreTasks/untar.html b/docs/manual/CoreTasks/untar.html index cd678ebbb..2563280be 100644 --- a/docs/manual/CoreTasks/untar.html +++ b/docs/manual/CoreTasks/untar.html @@ -11,48 +11,7 @@
Untars a tarfile.
-Note: File permissions will not be restored on extracted files.
- -For JDK 1.1 "last modified time" field is set to current time instead of being -carried from tarfile.
- -The untar task recognizes the long pathname entries used by GNU tar.
- -Attribute | -Description | -Required | -
src | -tarfile to expand. | -Yes | -
dest | -directory where to store the expanded files. | -Yes | -
overwrite | -Overwrite files, even if they are newer than the - corresponding entries in the archive (true or false, default is - true). | -No | -
---
-<gunzip src="tools.tar.gz"/>
-<untar src="tools.tar" dest="${tools.home}"/> -
Copyright © 2000,2001 Apache Software Foundation. All rights -Reserved.
+This document has moved here