Changeset 203

Show
Ignore:
Timestamp:
07/19/07 05:50:02 (1 year ago)
Author:
mark
Message:

Fix UnTarTask attribute from destdir to todir
per http://phing.info/trac/ticket/127

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html

    r197 r203  
    12941294 
    12951295<h3>Examples</h3> 
    1296 <pre>&lt;untar file=&quot;testtar.tar.gz&quot; destdir=&quot;dest&quot;&gt; 
     1296<pre>&lt;untar file=&quot;testtar.tar.gz&quot; todir=&quot;dest&quot;&gt; 
    12971297  &lt;fileset dir=&quot;.&quot;&gt; 
    12981298    &lt;include name=&quot;*.tar.gz&quot;/&gt; 
     
    13221322    </tr> 
    13231323    <tr> 
    1324       <td>destdir</td> 
     1324      <td>todir</td> 
    13251325      <td>String</td> 
    13261326      <td>Directory to unpack the archive(s) to</td> 
     
    13401340 
    13411341<h3>Examples</h3> 
    1342 <pre>&lt;unzip file=&quot;testzip.zip&quot; destdir=&quot;dest&quot;&gt; 
     1342<pre>&lt;unzip file=&quot;testzip.zip&quot; todir=&quot;dest&quot;&gt; 
    13431343  &lt;fileset dir=&quot;.&quot;&gt; 
    13441344    &lt;include name=&quot;*.zip&quot;/&gt; 
     
    13671367    </tr> 
    13681368    <tr> 
    1369       <td>destdir</td> 
     1369         <td>todir</td> 
    13701370      <td>String</td> 
    13711371      <td>Directory to unpack the archive(s) to</td>