From 82f753e18f2db67b2cfc4f5ff86ca8e71b4bdce5 Mon Sep 17 00:00:00 2001 From: dsyer Date: Wed, 7 Nov 2007 08:04:07 +0000 Subject: [PATCH] Weird problem with eclipse build - was it just the .classpath entries not being exported? --- core/.classpath | 2 +- core/.project | 2 +- execution/.classpath | 2 +- execution/.project | 8 ++++---- integration/src/test/resources/data-source.xml | 8 ++++---- samples/pom.xml | 1 - samples/src/main/resources/jobs/tradeJob.xml | 8 ++------ 7 files changed, 13 insertions(+), 18 deletions(-) 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