18 lines
511 B
XML
18 lines
511 B
XML
<?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>
|
|
|
|
|
|
|