Changeset 343

Show
Ignore:
Timestamp:
01/26/08 19:58:02 (5 months ago)
Author:
mrook
Message:

#213 - Fix CopyTask documentation error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html

    r334 r343  
    444444        as the old one. 
    445445      </td> 
    446       <td>false</td> 
     446      <td>true</td> 
    447447      <td>No</td> 
    448448    </tr> 
     
    13271327<h3>Example</h3> 
    13281328 
    1329 <pre>&lt;propertyprompt propertyName=&quot;someprop&quot; defaultValue=&quot;/var/www&quot;  
     1329<pre>&lt;propertyprompt propertyName=&quot;someprop&quot; defaultValue=&quot;/var/www&quot; 
    13301330                promptText=&quot;Enter your web root&quot; /&gt; 
    13311331&lt;echo&gt;${someprop}&lt;/echo&gt;