Changeset 203
- Timestamp:
- 07/19/07 05:50:02 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html
r197 r203 1294 1294 1295 1295 <h3>Examples</h3> 1296 <pre><untar file="testtar.tar.gz" destdir="dest">1296 <pre><untar file="testtar.tar.gz" todir="dest"> 1297 1297 <fileset dir="."> 1298 1298 <include name="*.tar.gz"/> … … 1322 1322 </tr> 1323 1323 <tr> 1324 <td> destdir</td>1324 <td>todir</td> 1325 1325 <td>String</td> 1326 1326 <td>Directory to unpack the archive(s) to</td> … … 1340 1340 1341 1341 <h3>Examples</h3> 1342 <pre><unzip file="testzip.zip" destdir="dest">1342 <pre><unzip file="testzip.zip" todir="dest"> 1343 1343 <fileset dir="."> 1344 1344 <include name="*.zip"/> … … 1367 1367 </tr> 1368 1368 <tr> 1369 <td>destdir</td>1369 <td>todir</td> 1370 1370 <td>String</td> 1371 1371 <td>Directory to unpack the archive(s) to</td>
