moved org.springframework.integration.samples module to spring-integration-samples
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
<target name="clean" depends="common-multi-bundle.clean">
|
||||
<delete verbose="true" includeemptydirs="true">
|
||||
<fileset dir="${basedir}/../org.springframework.integration.samples" includes="*/target/**" defaultexcludes="false"/>
|
||||
<fileset dir="${basedir}/../spring-integration-samples" includes="*/target/**" defaultexcludes="false"/>
|
||||
</delete>
|
||||
</target>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="package-bundle">
|
||||
|
||||
<import file="publish-maven.xml"/>
|
||||
<import file="publish-maven.xml"/>
|
||||
|
||||
<target name="package" depends="ivy.init">
|
||||
<dist-jar/>
|
||||
@@ -14,7 +14,7 @@
|
||||
</delete>
|
||||
<mkdir dir="${package.output.dir}/samples" />
|
||||
<copy todir="${package.output.dir}/samples">
|
||||
<fileset dir="${basedir}/../org.springframework.integration.samples">
|
||||
<fileset dir="${basedir}/../spring-integration-samples">
|
||||
<include name="cafe/**" />
|
||||
<include name="errorhandling/**"/>
|
||||
<include name="filecopy/**"/>
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
<module>../org.springframework.integration.jms</module>
|
||||
<module>../org.springframework.integration.mail</module>
|
||||
<module>../org.springframework.integration.rmi</module>
|
||||
<module>../org.springframework.integration.samples</module>
|
||||
<module>../org.springframework.integration.stream</module>
|
||||
<module>../org.springframework.integration.ws</module>
|
||||
<module>../org.springframework.integration.xml</module>
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
<pathelement location="${basedir}/../org.springframework.integration.rmi"/>
|
||||
<pathelement location="${basedir}/../org.springframework.integration.stream"/>
|
||||
<pathelement location="${basedir}/../org.springframework.integration.ws"/>
|
||||
<pathelement location="${basedir}/../org.springframework.integration.samples"/>
|
||||
</path>
|
||||
|
||||
<path id="modules-with-only-pom-artifacts">
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user