From 1244264e50520ef9d5b43d1fc28954942dc0fe3a Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 25 Feb 2008 13:08:06 +0000 Subject: [PATCH] Classpath issues on build --- spring-batch-execution/.classpath | 10 +++++----- .../.settings/org.eclipse.jdt.core.prefs | 4 +--- .../BatchNamespaceHandlerJobRepositoryDerby.xml | 6 +++--- .../BatchNamespaceHandlerJobRepositoryHsql.xml | 6 +++--- ...espaceHandlerJobRepositoryMissingDataSource.xml | 2 +- spring-batch-infrastructure/.classpath | 2 +- spring-batch-samples/pom.xml | 14 -------------- 7 files changed, 14 insertions(+), 30 deletions(-) diff --git a/spring-batch-execution/.classpath b/spring-batch-execution/.classpath index 6165ff76e..992ed6aa5 100644 --- a/spring-batch-execution/.classpath +++ b/spring-batch-execution/.classpath @@ -1,10 +1,10 @@ - - - - + + + + - + diff --git a/spring-batch-execution/.settings/org.eclipse.jdt.core.prefs b/spring-batch-execution/.settings/org.eclipse.jdt.core.prefs index cf0919644..6498f7be3 100644 --- a/spring-batch-execution/.settings/org.eclipse.jdt.core.prefs +++ b/spring-batch-execution/.settings/org.eclipse.jdt.core.prefs @@ -1,7 +1,5 @@ -#Thu Jan 31 17:05:10 GMT 2008 +#Mon Feb 25 10:12:41 GMT 2008 eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4 org.eclipse.jdt.core.compiler.compliance=1.4 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning -org.eclipse.jdt.core.compiler.source=1.4 diff --git a/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryDerby.xml b/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryDerby.xml index 46d7f4a48..9184a38c5 100644 --- a/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryDerby.xml +++ b/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryDerby.xml @@ -5,9 +5,9 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-1.0.xsd"> - - + + + class="org.springframework.batch.execution.configuration.StubDataSource" /> \ No newline at end of file diff --git a/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryHsql.xml b/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryHsql.xml index 3df2d5aeb..7720d4647 100644 --- a/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryHsql.xml +++ b/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryHsql.xml @@ -5,9 +5,9 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-1.0.xsd"> - - + + + class="org.springframework.batch.execution.configuration.StubDataSource" /> \ No newline at end of file diff --git a/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryMissingDataSource.xml b/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryMissingDataSource.xml index b6e7505f9..015b888e5 100644 --- a/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryMissingDataSource.xml +++ b/spring-batch-execution/src/test/resources/org/springframework/batch/execution/configuration/BatchNamespaceHandlerJobRepositoryMissingDataSource.xml @@ -5,6 +5,6 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-1.0.xsd"> - + \ No newline at end of file diff --git a/spring-batch-infrastructure/.classpath b/spring-batch-infrastructure/.classpath index cd4c91139..623ecbc7a 100644 --- a/spring-batch-infrastructure/.classpath +++ b/spring-batch-infrastructure/.classpath @@ -3,7 +3,7 @@ - + diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 4967ef2d8..9cb154a2e 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -200,20 +200,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 2.3 - - - - **/*Tests.java - - - **/Abstract*.java - - - org.apache.maven.plugins maven-antrun-plugin