Changeset 1634
- Timestamp:
- 06/19/08 11:31:50 (3 months ago)
- Files:
-
- trunk/src/main/resources/phing/build-stubbles.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/resources/phing/build-stubbles.xml
r1567 r1634 42 42 </filterchain> 43 43 </move> 44 <move file="${project.basedir}/config/php/config-dist.php" tofile="${project.basedir}/config/php/config.php" overwrite="false"/>45 44 </target> 46 45 … … 227 226 <delete file="${stubbles.lib.path}/.cache" verbose="true"/> 228 227 <delete> 229 <fileset dir="${stubbles.cache.path}"> 230 <include name="**/*.cache" /> 231 <include name="**/*.xml" /> 228 <fileset dir="projects"> 229 <include name="**/cache/**" /> 232 230 </fileset> 233 231 </delete> … … 302 300 <target name="clean-examples" depends="init-stubbles" description="Removes all example related stuff."> 303 301 <delete dir="${stubbles.src.path}/php/org/stubbles/examples" includeemptydirs="true" verbose="true" failonerror="true" /> 304 <delete dir=" ${project.basedir}/examples" includeemptydirs="true" verbose="true" failonerror="true" />302 <delete dir="projects/examples" includeemptydirs="true" verbose="true" failonerror="true" /> 305 303 </target> 306 304 </project>
