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

@@ -12,6 +12,22 @@
<present targetdir="${package.dist.dir}"/>
</fileset>
</delete>
<mkdir dir="${package.output.dir}/samples" />
<copy todir="${package.output.dir}/samples">
<fileset dir="${basedir}/../org.springframework.integration.samples">
<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>