From 77716240fc526fe16807171c6b20bd086393af26 Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 13 Jun 2008 10:25:51 +0000 Subject: [PATCH] ReRename integration project as infrastructure tests (which is what it is) --- .../.classpath | 0 .../.project | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 .../.settings/org.eclipse.mylyn.tasks.ui.prefs | 0 .../.springBeans | 0 .../pom.xml | 6 +++--- .../batch/container/jms/BatchMessageListenerContainer.java | 0 .../batch/container/jms/BatchMessageListenerContainer.java | 0 .../src/site/apt/index.apt | 0 .../src/site/site.xml | 0 .../org/springframework/batch/config/DatasourceTests.java | 0 .../org/springframework/batch/config/MessagingTests.java | 0 .../jms/BatchMessageListenerContainerIntegrationTests.java | 0 .../container/jms/BatchMessageListenerContainerTests.java | 0 .../io/oxm/AbstractStaxEventReaderItemReaderTests.java | 0 .../io/oxm/AbstractStaxEventWriterItemWriterTests.java | 0 .../batch/io/oxm/CastorMarshallingTests.java | 0 .../batch/io/oxm/CastorUnmarshallingTests.java | 0 .../batch/io/oxm/XStreamMarshallingTests.java | 0 .../batch/io/oxm/XStreamUnmarshallingTests.java | 0 .../java/org/springframework/batch/io/oxm/domain/Trade.java | 0 .../batch/jms/ExternalRetryInBatchTests.java | 0 .../springframework/batch/repeat/jms/AsynchronousTests.java | 0 .../springframework/batch/repeat/jms/SynchronousTests.java | 0 .../springframework/batch/retry/jms/ExternalRetryTests.java | 0 .../springframework/batch/retry/jms/SynchronousTests.java | 0 .../org/springframework/retry/jms/SynchronousTests.java | 0 .../test/jdbc/datasource/DerbyDataSourceFactoryBean.java | 0 .../jdbc/datasource/InitializingDataSourceFactoryBean.java | 0 .../src/test/resources/data-source.xml | 0 .../src/test/resources/log4j.properties | 0 .../org/springframework/batch/io/oxm/expected-output.xml | 0 .../resources/org/springframework/batch/io/oxm/input.xml | 0 .../org/springframework/batch/io/oxm/mapping-castor.xml | 0 .../resources/org/springframework/batch/jms/destroy.sql | 0 .../test/resources/org/springframework/batch/jms/init.sql | 0 .../resources/org/springframework/batch/jms/jms-context.xml | 0 37 files changed, 3 insertions(+), 3 deletions(-) rename {spring-batch-integration => spring-batch-infrastructure-tests}/.classpath (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/.project (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/.settings/org.eclipse.jdt.core.prefs (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/.settings/org.eclipse.mylyn.tasks.ui.prefs (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/.springBeans (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/pom.xml (98%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/spring-batch-integration/src/main/java/org/springframework/batch/container/jms/BatchMessageListenerContainer.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/main/java/org/springframework/batch/container/jms/BatchMessageListenerContainer.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/site/apt/index.apt (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/site/site.xml (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/config/DatasourceTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/config/MessagingTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/container/jms/BatchMessageListenerContainerIntegrationTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/container/jms/BatchMessageListenerContainerTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/io/oxm/AbstractStaxEventReaderItemReaderTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/io/oxm/AbstractStaxEventWriterItemWriterTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/io/oxm/CastorMarshallingTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/io/oxm/CastorUnmarshallingTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/io/oxm/XStreamMarshallingTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/io/oxm/XStreamUnmarshallingTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/io/oxm/domain/Trade.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/jms/ExternalRetryInBatchTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/repeat/jms/AsynchronousTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/repeat/jms/SynchronousTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/retry/jms/ExternalRetryTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/batch/retry/jms/SynchronousTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/org/springframework/retry/jms/SynchronousTests.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/test/jdbc/datasource/DerbyDataSourceFactoryBean.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/java/test/jdbc/datasource/InitializingDataSourceFactoryBean.java (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/resources/data-source.xml (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/resources/log4j.properties (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/resources/org/springframework/batch/io/oxm/expected-output.xml (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/resources/org/springframework/batch/io/oxm/input.xml (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/resources/org/springframework/batch/io/oxm/mapping-castor.xml (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/resources/org/springframework/batch/jms/destroy.sql (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/resources/org/springframework/batch/jms/init.sql (100%) rename {spring-batch-integration => spring-batch-infrastructure-tests}/src/test/resources/org/springframework/batch/jms/jms-context.xml (100%) diff --git a/spring-batch-integration/.classpath b/spring-batch-infrastructure-tests/.classpath similarity index 100% rename from spring-batch-integration/.classpath rename to spring-batch-infrastructure-tests/.classpath diff --git a/spring-batch-integration/.project b/spring-batch-infrastructure-tests/.project similarity index 100% rename from spring-batch-integration/.project rename to spring-batch-infrastructure-tests/.project diff --git a/spring-batch-integration/.settings/org.eclipse.jdt.core.prefs b/spring-batch-infrastructure-tests/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from spring-batch-integration/.settings/org.eclipse.jdt.core.prefs rename to spring-batch-infrastructure-tests/.settings/org.eclipse.jdt.core.prefs diff --git a/spring-batch-integration/.settings/org.eclipse.mylyn.tasks.ui.prefs b/spring-batch-infrastructure-tests/.settings/org.eclipse.mylyn.tasks.ui.prefs similarity index 100% rename from spring-batch-integration/.settings/org.eclipse.mylyn.tasks.ui.prefs rename to spring-batch-infrastructure-tests/.settings/org.eclipse.mylyn.tasks.ui.prefs diff --git a/spring-batch-integration/.springBeans b/spring-batch-infrastructure-tests/.springBeans similarity index 100% rename from spring-batch-integration/.springBeans rename to spring-batch-infrastructure-tests/.springBeans diff --git a/spring-batch-integration/pom.xml b/spring-batch-infrastructure-tests/pom.xml similarity index 98% rename from spring-batch-integration/pom.xml rename to spring-batch-infrastructure-tests/pom.xml index 8dcc9d0c0..bb61c923e 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-infrastructure-tests/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - spring-batch-integration + spring-batch-infrastructure-tests jar - Integration Tests + Infrastructure Tests Integration tests for the Spring Batch Infrastructure org.springframework.batch @@ -203,4 +203,4 @@ - \ No newline at end of file + diff --git a/spring-batch-integration/spring-batch-integration/src/main/java/org/springframework/batch/container/jms/BatchMessageListenerContainer.java b/spring-batch-infrastructure-tests/spring-batch-integration/src/main/java/org/springframework/batch/container/jms/BatchMessageListenerContainer.java similarity index 100% rename from spring-batch-integration/spring-batch-integration/src/main/java/org/springframework/batch/container/jms/BatchMessageListenerContainer.java rename to spring-batch-infrastructure-tests/spring-batch-integration/src/main/java/org/springframework/batch/container/jms/BatchMessageListenerContainer.java diff --git a/spring-batch-integration/src/main/java/org/springframework/batch/container/jms/BatchMessageListenerContainer.java b/spring-batch-infrastructure-tests/src/main/java/org/springframework/batch/container/jms/BatchMessageListenerContainer.java similarity index 100% rename from spring-batch-integration/src/main/java/org/springframework/batch/container/jms/BatchMessageListenerContainer.java rename to spring-batch-infrastructure-tests/src/main/java/org/springframework/batch/container/jms/BatchMessageListenerContainer.java diff --git a/spring-batch-integration/src/site/apt/index.apt b/spring-batch-infrastructure-tests/src/site/apt/index.apt similarity index 100% rename from spring-batch-integration/src/site/apt/index.apt rename to spring-batch-infrastructure-tests/src/site/apt/index.apt diff --git a/spring-batch-integration/src/site/site.xml b/spring-batch-infrastructure-tests/src/site/site.xml similarity index 100% rename from spring-batch-integration/src/site/site.xml rename to spring-batch-infrastructure-tests/src/site/site.xml diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/config/DatasourceTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/config/DatasourceTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/config/DatasourceTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/config/DatasourceTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/config/MessagingTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/config/MessagingTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/config/MessagingTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/config/MessagingTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/container/jms/BatchMessageListenerContainerIntegrationTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/container/jms/BatchMessageListenerContainerIntegrationTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/container/jms/BatchMessageListenerContainerIntegrationTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/container/jms/BatchMessageListenerContainerIntegrationTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/container/jms/BatchMessageListenerContainerTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/container/jms/BatchMessageListenerContainerTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/container/jms/BatchMessageListenerContainerTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/container/jms/BatchMessageListenerContainerTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/AbstractStaxEventReaderItemReaderTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/AbstractStaxEventReaderItemReaderTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/AbstractStaxEventReaderItemReaderTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/AbstractStaxEventReaderItemReaderTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/AbstractStaxEventWriterItemWriterTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/AbstractStaxEventWriterItemWriterTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/AbstractStaxEventWriterItemWriterTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/AbstractStaxEventWriterItemWriterTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/CastorMarshallingTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/CastorMarshallingTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/CastorMarshallingTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/CastorMarshallingTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/CastorUnmarshallingTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/CastorUnmarshallingTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/CastorUnmarshallingTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/CastorUnmarshallingTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/XStreamMarshallingTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/XStreamMarshallingTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/XStreamMarshallingTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/XStreamMarshallingTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/XStreamUnmarshallingTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/XStreamUnmarshallingTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/XStreamUnmarshallingTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/XStreamUnmarshallingTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/domain/Trade.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/domain/Trade.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/io/oxm/domain/Trade.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/io/oxm/domain/Trade.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/jms/ExternalRetryInBatchTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/jms/ExternalRetryInBatchTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/jms/ExternalRetryInBatchTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/jms/ExternalRetryInBatchTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/repeat/jms/AsynchronousTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/repeat/jms/AsynchronousTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/repeat/jms/AsynchronousTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/repeat/jms/AsynchronousTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/repeat/jms/SynchronousTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/repeat/jms/SynchronousTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/repeat/jms/SynchronousTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/repeat/jms/SynchronousTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/retry/jms/ExternalRetryTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/retry/jms/ExternalRetryTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/retry/jms/ExternalRetryTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/retry/jms/ExternalRetryTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/batch/retry/jms/SynchronousTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/retry/jms/SynchronousTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/batch/retry/jms/SynchronousTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/retry/jms/SynchronousTests.java diff --git a/spring-batch-integration/src/test/java/org/springframework/retry/jms/SynchronousTests.java b/spring-batch-infrastructure-tests/src/test/java/org/springframework/retry/jms/SynchronousTests.java similarity index 100% rename from spring-batch-integration/src/test/java/org/springframework/retry/jms/SynchronousTests.java rename to spring-batch-infrastructure-tests/src/test/java/org/springframework/retry/jms/SynchronousTests.java diff --git a/spring-batch-integration/src/test/java/test/jdbc/datasource/DerbyDataSourceFactoryBean.java b/spring-batch-infrastructure-tests/src/test/java/test/jdbc/datasource/DerbyDataSourceFactoryBean.java similarity index 100% rename from spring-batch-integration/src/test/java/test/jdbc/datasource/DerbyDataSourceFactoryBean.java rename to spring-batch-infrastructure-tests/src/test/java/test/jdbc/datasource/DerbyDataSourceFactoryBean.java diff --git a/spring-batch-integration/src/test/java/test/jdbc/datasource/InitializingDataSourceFactoryBean.java b/spring-batch-infrastructure-tests/src/test/java/test/jdbc/datasource/InitializingDataSourceFactoryBean.java similarity index 100% rename from spring-batch-integration/src/test/java/test/jdbc/datasource/InitializingDataSourceFactoryBean.java rename to spring-batch-infrastructure-tests/src/test/java/test/jdbc/datasource/InitializingDataSourceFactoryBean.java diff --git a/spring-batch-integration/src/test/resources/data-source.xml b/spring-batch-infrastructure-tests/src/test/resources/data-source.xml similarity index 100% rename from spring-batch-integration/src/test/resources/data-source.xml rename to spring-batch-infrastructure-tests/src/test/resources/data-source.xml diff --git a/spring-batch-integration/src/test/resources/log4j.properties b/spring-batch-infrastructure-tests/src/test/resources/log4j.properties similarity index 100% rename from spring-batch-integration/src/test/resources/log4j.properties rename to spring-batch-infrastructure-tests/src/test/resources/log4j.properties diff --git a/spring-batch-integration/src/test/resources/org/springframework/batch/io/oxm/expected-output.xml b/spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/io/oxm/expected-output.xml similarity index 100% rename from spring-batch-integration/src/test/resources/org/springframework/batch/io/oxm/expected-output.xml rename to spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/io/oxm/expected-output.xml diff --git a/spring-batch-integration/src/test/resources/org/springframework/batch/io/oxm/input.xml b/spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/io/oxm/input.xml similarity index 100% rename from spring-batch-integration/src/test/resources/org/springframework/batch/io/oxm/input.xml rename to spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/io/oxm/input.xml diff --git a/spring-batch-integration/src/test/resources/org/springframework/batch/io/oxm/mapping-castor.xml b/spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/io/oxm/mapping-castor.xml similarity index 100% rename from spring-batch-integration/src/test/resources/org/springframework/batch/io/oxm/mapping-castor.xml rename to spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/io/oxm/mapping-castor.xml diff --git a/spring-batch-integration/src/test/resources/org/springframework/batch/jms/destroy.sql b/spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/jms/destroy.sql similarity index 100% rename from spring-batch-integration/src/test/resources/org/springframework/batch/jms/destroy.sql rename to spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/jms/destroy.sql diff --git a/spring-batch-integration/src/test/resources/org/springframework/batch/jms/init.sql b/spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/jms/init.sql similarity index 100% rename from spring-batch-integration/src/test/resources/org/springframework/batch/jms/init.sql rename to spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/jms/init.sql diff --git a/spring-batch-integration/src/test/resources/org/springframework/batch/jms/jms-context.xml b/spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/jms/jms-context.xml similarity index 100% rename from spring-batch-integration/src/test/resources/org/springframework/batch/jms/jms-context.xml rename to spring-batch-infrastructure-tests/src/test/resources/org/springframework/batch/jms/jms-context.xml