From 7f77028479e8c8eb182b6d48ed4759831289359c Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 15 Oct 2010 09:27:47 -0400 Subject: [PATCH] INT-786, fixed FEED module structure so its importable to STS/Eclipse, fixed classpath, maven etc... --- spring-integration-feed/.classpath | 10 ++++++++++ spring-integration-feed/.gitignore | 1 + spring-integration-feed/.project | 29 +++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 spring-integration-feed/.classpath create mode 100644 spring-integration-feed/.gitignore create mode 100644 spring-integration-feed/.project diff --git a/spring-integration-feed/.classpath b/spring-integration-feed/.classpath new file mode 100644 index 0000000000..96489ff1c9 --- /dev/null +++ b/spring-integration-feed/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/spring-integration-feed/.gitignore b/spring-integration-feed/.gitignore new file mode 100644 index 0000000000..ea8c4bf7f3 --- /dev/null +++ b/spring-integration-feed/.gitignore @@ -0,0 +1 @@ +/target diff --git a/spring-integration-feed/.project b/spring-integration-feed/.project new file mode 100644 index 0000000000..52c91409d9 --- /dev/null +++ b/spring-integration-feed/.project @@ -0,0 +1,29 @@ + + + spring-integration-feed + + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.maven.ide.eclipse.maven2Nature + org.eclipse.jdt.core.javanature + org.eclipse.wst.common.project.facet.core.nature + +