Removed src dir from samples and moved the samples-copying into the main package build

This commit is contained in:
Mark Fisher
2009-07-02 16:14:24 +00:00
parent eea4aacfd3
commit 98ce5a11ad
3 changed files with 16 additions and 21 deletions

View File

@@ -2,7 +2,6 @@
<project name="org.springframework.integration.samples">
<property file="${basedir}/../build.properties" />
<import file="${basedir}/../build-spring-integration/package-bundle.xml" />
<import file="${basedir}/../build-spring-integration/generate-pom.xml" />
<import file="${basedir}/../spring-build/standard/default.xml" />
@@ -12,25 +11,6 @@
</delete>
</target>
<target name="package" depends="package-bundle.package">
<mkdir dir="${package.output.dir}/samples" />
<copy todir="${package.output.dir}/samples">
<fileset dir="${basedir}">
<include name="cafe/**" />
<include name="errorhandling/**"/>
<include name="filecopy/**"/>
<include name="helloworld/**"/>
<include name="jms/**"/>
<include name="oddeven/**"/>
<include name="quote/**"/>
<include name="ws/**"/>
<include name="xml/**"/>
<include name="pom.xml"/>
<include name="README.txt"/>
</fileset>
</copy>
</target>
</project>