Author: bodewig
Date: Sat Aug 24 05:55:38 2013
New Revision: 1517110
URL: http://svn.apache.org/r1517110
Log:
wrong attribute name in zip documentation. Found by Jeffrey Adamson. closes #2
Modified:
ant/core/trunk/manual/Tasks/zip.html
Modified: ant/core/trunk/manual/Tasks/zip.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/zip.html?rev=1517110&r1=1517109&r2=1517110&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/zip.html (original)
+++ ant/core/trunk/manual/Tasks/zip.html Sat Aug 24 05:55:38 2013
@@ -535,7 +535,7 @@ The same can be achieved with
The next example
<pre>
-<zip dest="release.zip">
+<zip destfile="release.zip">
<tarfileset src="release.tar"/>
</zip>
</pre>