Changeset 1659
- Timestamp:
- 06/24/08 19:11:16 (4 months ago)
- Files:
-
- trunk/src/main/resources/phing/build-project.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/resources/phing/build-project.xml
r1648 r1659 51 51 <mkdir dir="${stubbles.project.path}/pages/txt"/> 52 52 <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"/> 53 55 <if> 54 56 <available file="${stubbles.projects.path}/${stubbles.project.copy}/config/rss-feeds.ini"/>
