Updated the names of the projects
This commit is contained in:
15
org.springframework.integration.samples/build.xml
Normal file
15
org.springframework.integration.samples/build.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="org.springframework.integration.samples">
|
||||
|
||||
<property file="${basedir}/../build.properties"/>
|
||||
<import file="${basedir}/../build-spring-integration/package-bundle.xml"/>
|
||||
<import file="${basedir}/../spring-build/standard/default.xml"/>
|
||||
|
||||
<target name="package" depends="package-bundle.package">
|
||||
<mkdir dir="${package.output.dir}/samples"/>
|
||||
<copy todir="${package.output.dir}/samples">
|
||||
<fileset dir="${basedir}/scripts"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user