eal with archives. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269689 13f79535-47bb-0310-9956-ffa450edef68master
@@ -7,8 +7,8 @@ Changes that could break older environments: | |||||
Other changes: | Other changes: | ||||
-------------- | -------------- | ||||
* The attributes zipfile, jarfile, warfile and earfile (from the Zip, Jar, War and | |||||
Ear tasks) have been deprecated and supersceded by a new attribute "file". | |||||
* The attributes zipfile, jarfile, warfile and earfile (from the Zip, Gzip, Jar, | |||||
War and Ear tasks) have been deprecated and supersceded by a new attribute "file". | |||||
Fixed bugs: | Fixed bugs: | ||||
----------- | ----------- | ||||
@@ -23,14 +23,14 @@ | |||||
<td align="center" valign="top">Yes</td> | <td align="center" valign="top">Yes</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td valign="top">zipfile</td> | |||||
<td valign="top">file</td> | |||||
<td valign="top">the destination file.</td> | <td valign="top">the destination file.</td> | ||||
<td align="center" valign="top">Yes</td> | <td align="center" valign="top">Yes</td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<h3>Examples</h3> | <h3>Examples</h3> | ||||
<blockquote> | <blockquote> | ||||
<p><code><gzip src="test.tar" zipfile="test.tar.gz" | |||||
<p><code><gzip src="test.tar" file="test.tar.gz" | |||||
/></code></p> | /></code></p> | ||||
</blockquote> | </blockquote> | ||||
<hr> | <hr> | ||||