donaldp 01/09/12 08:22:41
Modified: docs/manual/CoreTasks gzip.html
Log:
Deprecated zipfile in favour of file to follow siuit with the other tasks
that d
eal with archives.
Revision Changes Path
1.3 +2 -2 jakarta-ant/docs/manual/CoreTasks/gzip.html
Index: gzip.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/gzip.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gzip.html 2001/02/13 12:31:51 1.2
+++ gzip.html 2001/09/12 15:22:41 1.3
@@ -23,14 +23,14 @@
<td align="center" valign="top">Yes</td>
</tr>
<tr>
- <td valign="top">zipfile</td>
+ <td valign="top">file</td>
<td valign="top">the destination file.</td>
<td align="center" valign="top">Yes</td>
</tr>
</table>
<h3>Examples</h3>
<blockquote>
- <p><code><gzip src="test.tar" zipfile="test.tar.gz"
+ <p><code><gzip src="test.tar" file="test.tar.gz"
/></code></p>
</blockquote>
<hr>