From 26e6bc1162a2cb590807519779e8f3ff13ee6b76 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 24 Aug 2013 05:55:38 +0000 Subject: [PATCH] wrong attribute name in zip documentation. Found by Jeffrey Adamson. closes #2 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1517110 13f79535-47bb-0310-9956-ffa450edef68 --- manual/Tasks/zip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/Tasks/zip.html b/manual/Tasks/zip.html index 75d9e2ca4..7ef9f0ce0 100644 --- a/manual/Tasks/zip.html +++ b/manual/Tasks/zip.html @@ -535,7 +535,7 @@ The same can be achieved with The next example
-<zip dest="release.zip">
+<zip destfile="release.zip">
   <tarfileset src="release.tar"/>
 </zip>