moved org.springframework.integration.samples module to spring-integration-samples

This commit is contained in:
Mark Fisher
2009-07-02 18:48:31 +00:00
parent 5af238327b
commit 9b7e97b058
101 changed files with 3 additions and 5 deletions

View File

@@ -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>

View File

@@ -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/**"/>

View File

@@ -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>

View File

@@ -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