Changeset 86
- Timestamp:
- 07/10/06 12:48:23 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r85 r86 719 719 <td>n/a</td> 720 720 <td>No</td> 721 </tr>722 </tbody>723 </table>724 725 <h2><a name="IfTask"></a>IfTask</h2>726 <p>Sets the PHP include_path configuration option for the duration of this phing run.</p>727 <h3>Example</h3>728 <pre><includepath classpath="new/path/here" />729 <includepath classpath="path1:path2" /></pre>730 <h3>Attributes</h3>731 <table>732 <thead>733 <tr>734 <th>Name</th>735 <th>Type</th>736 <th>Description</th>737 <th>Default</th>738 <th>Required</th>739 </tr>740 </thead>741 <tbody>742 <tr>743 <td>classpath</td>744 <td>String</td>745 <td>the new include path[s]</td>746 <td>n/a</td>747 <td>Yes</td>748 721 </tr> 749 722 </tbody>
