moved deletion of samples targets into the main build
This commit is contained in:
@@ -24,4 +24,10 @@
|
||||
|
||||
<target name="precommit" depends="clean,clean-integration,test"/>
|
||||
|
||||
<target name="clean" depends="common-multi-bundle.clean">
|
||||
<delete verbose="true" includeemptydirs="true">
|
||||
<fileset dir="${basedir}/../org.springframework.integration.samples" includes="*/target/**" defaultexcludes="false"/>
|
||||
</delete>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user