From d0c933c320aeab2517f59f9b875cc8622f2af9ac Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Wed, 12 Sep 2001 15:23:41 +0000 Subject: [PATCH] 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 --- WHATSNEW | 4 ++-- docs/manual/CoreTasks/gzip.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index a2c2451eb..9abb94ef4 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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: ----------- diff --git a/docs/manual/CoreTasks/gzip.html b/docs/manual/CoreTasks/gzip.html index 9baf72b51..bde8d76a0 100644 --- a/docs/manual/CoreTasks/gzip.html +++ b/docs/manual/CoreTasks/gzip.html @@ -23,14 +23,14 @@ Yes - zipfile + file the destination file. Yes

Examples

-

<gzip src="test.tar" zipfile="test.tar.gz" +

<gzip src="test.tar" file="test.tar.gz" />