From 88a36f04c6a7851d2fbab175c078d1b2a62be171 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 1 Jul 2009 01:27:01 +0000 Subject: [PATCH] INT-655. Updated documentation, added files to svn-ignore and deleted .settings that were added accidently --- .../errorhandling/.settings/org.eclipse.jdt.core.prefs | 5 ----- .../errorhandling/.settings/org.maven.ide.eclipse.prefs | 9 --------- spring-integration-reference/src/samples.xml | 9 ++++++++- 3 files changed, 8 insertions(+), 15 deletions(-) delete mode 100644 org.springframework.integration.samples/errorhandling/.settings/org.eclipse.jdt.core.prefs delete mode 100644 org.springframework.integration.samples/errorhandling/.settings/org.maven.ide.eclipse.prefs diff --git a/org.springframework.integration.samples/errorhandling/.settings/org.eclipse.jdt.core.prefs b/org.springframework.integration.samples/errorhandling/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 25b87db8c1..0000000000 --- a/org.springframework.integration.samples/errorhandling/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,5 +0,0 @@ -#Tue Jun 30 14:47:26 EDT 2009 -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 -org.eclipse.jdt.core.compiler.compliance=1.5 -org.eclipse.jdt.core.compiler.source=1.5 diff --git a/org.springframework.integration.samples/errorhandling/.settings/org.maven.ide.eclipse.prefs b/org.springframework.integration.samples/errorhandling/.settings/org.maven.ide.eclipse.prefs deleted file mode 100644 index dab16ebb2e..0000000000 --- a/org.springframework.integration.samples/errorhandling/.settings/org.maven.ide.eclipse.prefs +++ /dev/null @@ -1,9 +0,0 @@ -#Tue Jun 30 14:47:26 EDT 2009 -activeProfiles= -eclipse.preferences.version=1 -fullBuildGoals=process-test-resources -includeModules=false -resolveWorkspaceProjects=true -resourceFilterGoals=process-resources resources\:testResources -skipCompilerPlugin=true -version=1 diff --git a/spring-integration-reference/src/samples.xml b/spring-integration-reference/src/samples.xml index ba82bb2b86..e890cfbbfe 100644 --- a/spring-integration-reference/src/samples.xml +++ b/spring-integration-reference/src/samples.xml @@ -2,7 +2,14 @@ Spring Integration Samples - + + Starting with the current release of Spring Integration the samples are distributed as independent Maven-based projects + (http://maven.apache.org/) to minimize the setup time. + Since each project is also an Eclipse-based project, they could be imported as is using "Import existing project wizard". + If you prefer other IDE, configuration should be very trivial, since a special Maven profile was setup to download all the + required dependencies required by all samples. + Detailed instructions on how to run samples provided in README file located in the samples directory of the main distribution. +
The Cafe Sample