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 @@
-
<gzip src="test.tar" zipfile="test.tar.gz" +
<gzip src="test.tar" file="test.tar.gz" />