Browse Source

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
master
Stefan Bodewig 11 years ago
parent
commit
26e6bc1162
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/Tasks/zip.html

+ 1
- 1
manual/Tasks/zip.html View File

@@ -535,7 +535,7 @@ The same can be achieved with
The next example

<pre>
&lt;zip dest="release.zip"&gt;
&lt;zip destfile="release.zip"&gt;
&lt;tarfileset src="release.tar"/&gt;
&lt;/zip&gt;
</pre>


Loading…
Cancel
Save