Changeset 184
- Timestamp:
- 04/17/07 14:46:23 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r183 r184 363 363 Additionally, <em>CopyTask</em> supports Filesets, i.e. you can 364 364 easily include/exclude one or more files. For more information, 365 see <a href=" appendixes/AppendixC-CoreTypes.html#Filesets">Appendix C</a>.365 see <a href="AppendixD-CoreTypes.html#Fileset">Appendix D</a>. 366 366 Mappers and Filterchains are also supported by <em>CopyTask</em>, 367 367 so you can do almost everything that needs processing the content … … 469 469 <p> 470 470 Deletes a file or directory, or set of files defined by a fileset. 471 See <a href=" appendixes/AppendixC-CoreTypes.html#Fileset">Appendix C</a>471 See <a href="AppendixD-CoreTypes.html#Fileset">Appendix D</a> 472 472 for information on Filesets. 473 473 </p>
