Changeset 1160
- Timestamp:
- 12/17/07 16:13:19 (1 year ago)
- Files:
-
- trunk/src/main/resources/phing/build-stubbles.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/resources/phing/build-stubbles.xml
r1159 r1160 279 279 --> 280 280 <target name="clean-examples" depends="init-stubbles" description="Removes all example related stuff."> 281 <delete dir="${stubbles.src.path}/php/ net/stubbles/examples" includeemptydirs="true" verbose="true" failonerror="true" />281 <delete dir="${stubbles.src.path}/php/org/stubbles/examples" includeemptydirs="true" verbose="true" failonerror="true" /> 282 282 <delete dir="${project.basedir}/examples" includeemptydirs="true" verbose="true" failonerror="true" /> 283 283 </target>
