Changeset 1659

Show
Ignore:
Timestamp:
06/24/08 19:11:16 (4 months ago)
Author:
mikey
Message:

copy more stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/resources/phing/build-project.xml

    r1648 r1659  
    5151    <mkdir dir="${stubbles.project.path}/pages/txt"/> 
    5252    <copy file="${stubbles.projects.path}/${stubbles.project.copy}/config/xsl-callbacks.ini" tofile="${stubbles.project.path}/config/xsl-callbacks.ini" overwrite="true"/> 
     53    <copy file="${stubbles.projects.path}/${stubbles.project.copy}/config/php/config.php" tofile="${stubbles.project.path}/config/php/config.php" overwrite="true"/> 
     54    <copy file="${stubbles.projects.path}/${stubbles.project.copy}/config/errors/500.html" tofile="${stubbles.project.path}/config/errors/500.html" overwrite="true"/> 
    5355    <if> 
    5456      <available file="${stubbles.projects.path}/${stubbles.project.copy}/config/rss-feeds.ini"/>