Browse Source

Deprecated zipfile in favour of file to follow siuit with the other tasks that d

eal with archives.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269689 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
d0c933c320
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      WHATSNEW
  2. +2
    -2
      docs/manual/CoreTasks/gzip.html

+ 2
- 2
WHATSNEW View File

@@ -7,8 +7,8 @@ Changes that could break older environments:
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:
-----------


+ 2
- 2
docs/manual/CoreTasks/gzip.html View File

@@ -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>&lt;gzip src=&quot;test.tar&quot; zipfile=&quot;test.tar.gz&quot;
<p><code>&lt;gzip src=&quot;test.tar&quot; file=&quot;test.tar.gz&quot;
/&gt;</code></p>
</blockquote>
<hr>


Loading…
Cancel
Save