Changeset 343
- Timestamp:
- 01/26/08 19:58:02 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html
r334 r343 444 444 as the old one. 445 445 </td> 446 <td> false</td>446 <td>true</td> 447 447 <td>No</td> 448 448 </tr> … … 1327 1327 <h3>Example</h3> 1328 1328 1329 <pre><propertyprompt propertyName="someprop" defaultValue="/var/www" 1329 <pre><propertyprompt propertyName="someprop" defaultValue="/var/www" 1330 1330 promptText="Enter your web root" /> 1331 1331 <echo>${someprop}</echo>
