diff --git a/core/.classpath b/core/.classpath
index aeb7e3266..c7aaa6fdf 100644
--- a/core/.classpath
+++ b/core/.classpath
@@ -5,6 +5,6 @@
-
+
diff --git a/core/.project b/core/.project
index 9b1422bb6..4884a205f 100644
--- a/core/.project
+++ b/core/.project
@@ -1,6 +1,6 @@
- batch-core
+ core
Simple container application for batch processing, using the
Spring Batch Framework to express a domain of Jobs, Steps,
Chunks, etc.
diff --git a/execution/.classpath b/execution/.classpath
index 208a63cea..b9f24a16d 100644
--- a/execution/.classpath
+++ b/execution/.classpath
@@ -5,6 +5,6 @@
-
+
diff --git a/execution/.project b/execution/.project
index 904b540ed..9f2aeae2a 100644
--- a/execution/.project
+++ b/execution/.project
@@ -1,6 +1,6 @@
- batch-execution
+ execution
Execution tools and implementations of Spring Batch Core interfaces
@@ -11,19 +11,19 @@
- org.maven.ide.eclipse.maven2Builder
+ org.springframework.ide.eclipse.core.springbuilder
- org.springframework.ide.eclipse.core.springbuilder
+ org.maven.ide.eclipse.maven2Builder
- org.springframework.ide.eclipse.core.springnature
org.eclipse.jdt.core.javanature
org.maven.ide.eclipse.maven2Nature
+ org.springframework.ide.eclipse.core.springnature
diff --git a/integration/src/test/resources/data-source.xml b/integration/src/test/resources/data-source.xml
index d20a65734..f1723b5f8 100644
--- a/integration/src/test/resources/data-source.xml
+++ b/integration/src/test/resources/data-source.xml
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
-
+
@@ -29,11 +29,11 @@
-
-
+
+
diff --git a/samples/pom.xml b/samples/pom.xml
index 56cede786..1b11c1aaa 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -61,7 +61,6 @@
aspectj
aspectjweaver
- 1.5.3
test
diff --git a/samples/src/main/resources/jobs/tradeJob.xml b/samples/src/main/resources/jobs/tradeJob.xml
index 4eaac9aa6..4f33170ff 100644
--- a/samples/src/main/resources/jobs/tradeJob.xml
+++ b/samples/src/main/resources/jobs/tradeJob.xml
@@ -49,7 +49,7 @@
+ ref="tradeSqlInputSource" />
@@ -82,7 +82,7 @@
-
@@ -120,8 +120,4 @@
value="target/test-outputs/20070122.testStream.CustomerReportStep.TEMP.txt" />
-
-
-
-
\ No newline at end of file