moved deletion of samples targets into the main build
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="org.springframework.integration.samples">
|
||||
|
||||
<property file="${basedir}/../build.properties" />
|
||||
<import file="${basedir}/../build-spring-integration/generate-pom.xml" />
|
||||
<import file="${basedir}/../spring-build/standard/default.xml" />
|
||||
|
||||
<target name="clean" depends="common-common.clean">
|
||||
<delete verbose="true" includeemptydirs="true">
|
||||
<fileset dir="${basedir}" includes="*/target/**" defaultexcludes="false"/>
|
||||
</delete>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user