Skip to content

Commit

Permalink
Fix UnTarTask attribute from destdir to todir
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lavi committed Jul 19, 2007
1 parent 56b8ac6 commit 04bc046
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ <h2><a name="UntarTask"></a>UntarTask</h2>
<p> The <em>UntarTask</em> unpacks one or more tar archives.</p>

<h3>Examples</h3>
<pre>&lt;untar file=&quot;testtar.tar.gz&quot; destdir=&quot;dest&quot;&gt;
<pre>&lt;untar file=&quot;testtar.tar.gz&quot; todir=&quot;dest&quot;&gt;
&lt;fileset dir=&quot;.&quot;&gt;
&lt;include name=&quot;*.tar.gz&quot;/&gt;
&lt;include name=&quot;*.tar&quot;/&gt;
Expand Down Expand Up @@ -1321,7 +1321,7 @@ <h3>Attributes</h3>
<td>No</td>
</tr>
<tr>
<td>destdir</td>
<td>todir</td>
<td>String</td>
<td>Directory to unpack the archive(s) to</td>
<td>none</td>
Expand All @@ -1339,7 +1339,7 @@ <h2><a name="UnzipTask"></a>UnzipTask</h2>
<p> The <em>UnzipTask</em> unpacks one or more ZIP archives.</p>

<h3>Examples</h3>
<pre>&lt;unzip file=&quot;testzip.zip&quot; destdir=&quot;dest&quot;&gt;
<pre>&lt;unzip file=&quot;testzip.zip&quot; todir=&quot;dest&quot;&gt;
&lt;fileset dir=&quot;.&quot;&gt;
&lt;include name=&quot;*.zip&quot;/&gt;
&lt;/fileset&gt;
Expand All @@ -1366,7 +1366,7 @@ <h3>Attributes</h3>
<td>No</td>
</tr>
<tr>
<td>destdir</td>
<td>todir</td>
<td>String</td>
<td>Directory to unpack the archive(s) to</td>
<td>none</td>
Expand Down

0 comments on commit 04bc046

Please sign in to comment.