diff --git a/archetypes/pom.xml b/archetypes/pom.xml index a38dc175d..eeb4110d8 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -1,30 +1,32 @@ - - - 4.0.0 - org.springframework.batch.archetype - pom - Archetypes - http://static.springframework.org/spring-batch/${artifactId} - - - - - - org.springframework.batch - org.springframework.batch - 2.0.1.CI-SNAPSHOT - ../spring-batch-parent - - - - simple-cli - - + + + 4.0.0 + spring-batch-archetype + pom + Archetypes + http://static.springframework.org/spring-batch/${artifactId} + Spring Batch archetypes are simple project templates containing just enough code to get you started running a job. For more detailed examples of using particular features of the framework, look at the Spring Batch Samples project. Currently the archetypes are deployed as regular Maven projects (not archetypes), because of limitations in the archetype plugin (or our understanding of how it works). For most effective use, copy one into Eclipse and use Q4E to manage the dependencies. + + + org.springframework.batch + spring-batch-parent + 2.0.1.CI-SNAPSHOT + ../spring-batch-parent + + + simple-cli + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + diff --git a/archetypes/simple-cli/.project b/archetypes/simple-cli/.project index f1e26ae58..41ec75ea7 100644 --- a/archetypes/simple-cli/.project +++ b/archetypes/simple-cli/.project @@ -1,26 +1,36 @@ - simple-cli-archetype - This plugin is an archetype that creates a command line batch sample from Spring Batch. Once installed you can create the archetype project using<br/><pre>$ mvn archetype:create -DgroupId=com.mycompany -DartifactId=batch \ -DarchetypeGroupId=org.springframework.batch \ -DarchetypeArtifactId=spring-batch-cli -DarchetypeVersion=1.0-m3-SNAPSHOT</pre><br/> Then you should be able to "cd batch; mvn package exec:exec", and see the app run. + simple-cli-archetype + This plugin is an archetype that creates a command line batch sample from Spring Batch. Once installed you can create the archetype project using<br/><pre>$ mvn archetype:create -DgroupId=com.mycompany -DartifactId=batch \ -DarchetypeGroupId=org.springframework.batch \ -DarchetypeArtifactId=spring-batch-cli -DarchetypeVersion=1.0-m3-SNAPSHOT</pre><br/> Then you should be able to "cd batch; mvn package exec:exec", and see the app run. - - - - org.eclipse.jdt.core.javabuilder - - - - 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 - - \ No newline at end of file + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + 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.eclipse.wst.common.project.facet.core.nature + + diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index e17caf22d..50f03953b 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -1,280 +1,248 @@ - - 4.0.0 - org.springframework.batch - org.springframework.batch.archetype.simple.cli - 2.0.1.CI-SNAPSHOT - jar - Commandline - http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype - - - - - true - 2.5.6.A - - - - strict - - false - - - - tiger - - 1.5 - - - - javax.xml.stream - com.springsource.javax.xml.stream - 1.0.1 - - - - - staging - - - staging - file:///${user.dir}/target/staging - - - staging - file:///${user.dir}/target/staging - - - - - - - - org.junit - com.springsource.org.junit - 4.4.0 - test - - - org.springframework - org.springframework.test - ${spring.framework.version} - test - - - org.springframework - org.springframework.jdbc - ${spring.framework.version} - - - org.springframework.batch - org.springframework.batch.core - ${pom.version} - - - org.apache.commons - com.springsource.org.apache.commons.dbcp - 1.2.2.osgi - - - org.apache.commons - com.springsource.org.apache.commons.io - 1.4.0 - - - org.hsqldb - com.springsource.org.hsqldb - 1.8.0.9 - - - org.aspectj - com.springsource.org.aspectj.runtime - 1.5.4 - - - org.aspectj - com.springsource.org.aspectj.weaver - 1.5.4 - - - - - - - org.springframework.build.aws - org.springframework.build.aws.maven - 2.0.0.RELEASE - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - 1.0.0.M1B - - - maven-assembly-plugin - false - - - project - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - bundlor-transform - - package - - transform - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/*Tests.java - - - **/Abstract*.java - - org.junit:com.springsource.org.junit - - - - org.codehaus.mojo - exec-maven-plugin - 1.1 - - org.springframework.batch.core.launch.support.CommandLineJobRunner - - - classpath:/launch-context.xml - - job1 - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/lib - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - true - - org.springframework.batch.core.launch.support.CommandLineJobRunner - true - lib/ - - - - - - - - - - com.springsource.repository.bundles.release - SpringSource Enterprise Bundle Repository - - SpringSource Bundle Releases - http://repository.springsource.com/maven/bundles/release - - false - - - - com.springsource.repository.bundles.external - SpringSource Enterprise Bundle Repository - - External Bundle Releases - http://repository.springsource.com/maven/bundles/external - - false - - - - - - Codehaus - http://repository.codehaus.org/ - - false - - - - com.springsource.repository.bundles.milestone - SpringSource Enterprise Bundle Repository - - SpringSource Bundle Milestones - http://repository.springsource.com/maven/bundles/milestone - - false - - - - com.springsource.repository.bundles.snapshots - SpringSource Enterprise Bundle Repository - - SpringSource Bundle Snapshots - http://repository.springsource.com/maven/bundles/snapshot - - - - http://www.springframework.org/download - - staging - file:///${user.dir}/target/staging/org.springframework.batch.archetype/${pom.artifactId} - - - spring-release - Spring Release Repository - file:///${user.dir}/target/staging/release - - - spring-snapshot - Spring Snapshot Repository - file:///${user.dir}/target/staging/snapshot - - - - + + + 4.0.0 + org.springframework.batch + spring-batch.archetype.simple.cli + 2.0.1.CI-SNAPSHOT + jar + Commandline + http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype + This project is a minimal command line batch sample from Spring Batch. Once installed you can use "mvn exec:java" to see the job run; or if you ship the lib directory you can put the project jar on the classpath and run the CommandLineJobRunner directly or with "java -jar". + + + true + 2.5.6 + + + + strict + + false + + + + tiger + + 1.5 + + + + stax + stax + 1.2.0 + + + + + staging + + + staging + file:///${user.dir}/target/staging + + + staging + file:///${user.dir}/target/staging + + + + + + + junit + junit + 4.4 + test + + + org.springframework + spring-test + ${spring.framework.version} + test + + + org.springframework + spring-jdbc + ${spring.framework.version} + + + org.springframework.batch + spring-batch-core + ${pom.version} + + + commons-dbcp + commons-dbcp + 1.2.2 + + + commons-io + commons-io + 1.4 + + + hsqldb + hsqldb + 1.8.0.7 + + + org.aspectj + aspectjrt + 1.5.4 + + + org.aspectj + aspectjweaver + 1.5.4 + + + + + + org.springframework.build.aws + org.springframework.build.aws.maven + 2.0.0.RELEASE + + + + + + com.springsource.bundlor + com.springsource.bundlor.maven + 1.0.0.M1B + + + maven-assembly-plugin + false + + + project + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + com.springsource.bundlor + com.springsource.bundlor.maven + + + bundlor-transform + package + + transform + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Tests.java + + + **/Abstract*.java + + junit:junit + + + + org.codehaus.mojo + exec-maven-plugin + 1.1 + + org.springframework.batch.core.launch.support.CommandLineJobRunner + + classpath:/launch-context.xml + job1 + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + true + + org.springframework.batch.core.launch.support.CommandLineJobRunner + true + lib/ + + + + + + + + + + Codehaus + http://repository.codehaus.org/ + + false + + + + com.springsource.repository.bundles.milestone + SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones + + http://repository.springsource.com/maven/bundles/milestone + + false + + + + com.springsource.repository.bundles.snapshots + SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots + + http://repository.springsource.com/maven/bundles/snapshot + + + + http://www.springframework.org/download + + staging + file:///${user.dir}/target/staging/org.springframework.batch.archetype/${pom.artifactId} + + + spring-release + Spring Release Repository + + file:///${user.dir}/target/staging/release + + + spring-snapshot + Spring Snapshot Repository + + file:///${user.dir}/target/staging/snapshot + + + \ No newline at end of file diff --git a/build-central/pom.xml b/build-central/pom.xml deleted file mode 100644 index 9c7a67028..000000000 --- a/build-central/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - 4.0.0 - org.springframework.batch.build.central - Central Build - pom - - Spring Batch Maven Central Build - used to build Maven artifacts for the central repository - - - - org.springframework.batch - org.springframework.batch - 2.0.1.CI-SNAPSHOT - .. - - - - - install - - false - - - - - org.springframework.build.converter - org.springframework.build.converter.maven - 1.0.0.CI-SNAPSHOT - - - create-build - initialize - - create-build - - - - - - - - - - diff --git a/central-pom.xml b/central-pom.xml deleted file mode 100644 index 99dd1c9b5..000000000 --- a/central-pom.xml +++ /dev/null @@ -1,570 +0,0 @@ - - - 4.0.0 - org.springframework.batch - spring-batch - Spring Batch - - Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio. - - 2.0.0.CI-SNAPSHOT - pom - - spring-batch-parent - spring-batch-infrastructure - spring-batch-core - spring-batch-test - - http://static.springframework.org/spring-batch - - SpringSource - http://www.springsource.com - - - https://fisheye.springframework.org/browse/spring-batch - scm:svn:https://src.springframework.org/svn/spring-batch/trunk - scm:svn:https://src.springframework.org/svn/spring-batch/trunk - - - JIRA - http://opensource.atlassian.com/projects/spring/browse/BATCH - - - - Spring Batch Forum - - http://forum.springframework.org/forumdisplay.php?f=41 - http://forum.springframework.org/forumdisplay.php?f=41 - - - - Bamboo - https://build.springframework.org/bamboo/browse/BATCH - - - - Apache 2.0 - - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - all - - spring-batch-samples - archetypes - spring-batch-infrastructure-tests - spring-batch-integration - build-central - - - - release - - spring-batch-samples - archetypes - - - - - maven-assembly-plugin - false - - - zip-files - false - package - - single - - - - src/assembly/no-dependencies.xml - src/assembly/with-dependencies.xml - - - - - - - com.agilejava.docbkx - docbkx-maven-plugin - 2.0.8 - - - single-page - - generate-html - - - ${basedir}/src/docbkx/resources/xsl/html.xsl - - - - - - - - - - - - - - - - - - - - - - - - pre-site - - - single-pdf - - generate-pdf - - - src/site/docbook/reference/ - src/docbkx/resources/images/ - - - - - pre-site - - - multi-page - - generate-html - - - true - ${basedir}/src/docbkx/resources/xsl/html_chunk.xsl - - - - - - - - - - - - - - - - - - - - - - - - pre-site - - - - - org.docbook - docbook-xml - 4.4 - runtime - - - org.apache.xmlgraphics - fop - 0.93 - - - - index.xml - false - - css/html.css - ${basedir}/src/site/docbook/reference - ${basedir}/src/docbkx/resources/xsl/fopdf.xsl - true - - - version - ${project.version} - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - copy-parent-pom - generate-sources - - - - - - - run - - - - - - - - - verify - - false - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - extract - verify - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-invoker-plugin - - - - - - samples - - spring-batch-infrastructure-tests - spring-batch-samples - archetypes - - - - staging - - - staging - file:///${user.dir}/target/staging - - - staging - file:///${user.dir}/target/staging - - - staging - file:///${user.dir}/target/staging - - - - - snapshots - - - apache-snapshots - http://people.apache.org/maven-snapshot-repository - - - - - apache-snapshot - Apache Foundation Snapshot Repository - - http://people.apache.org/maven-snapshot-repository - - - - - - - maven-site-plugin - 2.0-beta-8-SNAPSHOT - - - - - - - manifest - - false - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - bundlor-manifest - package - - manifest - - - - - - - - - - - staging - file:///${user.dir}/target/staging - - - spring-milestone - Spring Milestone Repository - - s3://maven.springframework.org/milestone - - - spring-snapshot - Spring Snapshot Repository - - s3://maven.springframework.org/snapshot - - - - - - org.springframework.build.aws - org.springframework.build.aws.maven - 2.0.0.RELEASE - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - org.apache.ant - ant - 1.7.0 - - - org.apache.ant - ant-apache-regexp - 1.7.0 - - - - - org.apache.maven.plugins - maven-invoker-plugin - - target/it/no-dep - target/local-repo - true - ${basedir}/src/it/settings.xml - - test - - - samples/*/pom.xml - - - - - integration-test - verify - - run - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - - true - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.3 - - - org.codehaus.mojo - jdepend-maven-plugin - - - maven-javadoc-plugin - - - html - - javadoc - - - - - true - true - - http://java.sun.com/j2ee/1.4/docs/api - http://java.sun.com/j2se/1.5.0/docs/api - http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/ - http://jakarta.apache.org/commons/dbcp/apidocs/ - http://jakarta.apache.org/commons/fileupload/apidocs/ - http://jakarta.apache.org/commons/httpclient/apidocs/ - http://jakarta.apache.org/commons/pool/apidocs/ - http://jakarta.apache.org/commons/logging/apidocs/ - http://junit.sourceforge.net/javadoc/ - http://logging.apache.org/log4j/docs/api/ - http://jakarta.apache.org/regexp/apidocs/ - http://jakarta.apache.org/velocity/api/ - http://static.springframework.org/spring/docs/2.5.x/api/ - http://static.springframework.org/spring-batch/apidocs/ - http://static.springframework.org/spring-ws/site/apidocs/ - -
<!-- Begin Google Analytics code --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-2728886-3"); pageTracker._setDomainName("none"); pageTracker._setAllowLinker(true); pageTracker._trackPageview(); </script> <!-- End Google Analytics code --> -
- <!-- Begin LoopFuse code --> <script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"> </script> <script type="text/javascript"> _lf_cid = "LF_48be82fa"; _lf_remora(); </script> <!-- End LoopFuse code --> - -
-
- - org.apache.maven.plugins - maven-jxr-plugin - -
-
- - - dsyer - Dave Syer - - david.syer@springsource.com - - - nebhale - Ben Hale - - ben.hale@springsource.com - -0 - - - lward - Lucas Ward - - lucas.l.ward@accenture.com - - - robokaso - Robert Kasanicky - - robokaso@gmail.com - - - trisberg - Thomas Risberg - - thomas.risberg@springsource.com - - - dhgarrette - Dan Garrette - - daniel.h.garrette@accenture.com - - - - - com.springsource.repository.bundles.milestone - SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones - - http://repository.springsource.com/maven/bundles/milestone - - false - - - - com.springsource.repository.bundles.snapshot - SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots - - http://repository.springsource.com/maven/bundles/snapshot - - - agilejava - http://agilejava.com/maven - - false - - - -
\ No newline at end of file diff --git a/pom.xml b/pom.xml index f2b9bf97f..77c9d9920 100644 --- a/pom.xml +++ b/pom.xml @@ -1,21 +1,21 @@ - + 4.0.0 org.springframework.batch - org.springframework.batch - Spring Batch - - - - - 2.0.1.CI-SNAPSHOT + spring-batch + Spring Batch + + Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio. + + 2.0.0.CI-SNAPSHOT pom spring-batch-parent spring-batch-infrastructure spring-batch-core spring-batch-test - + http://static.springframework.org/spring-batch SpringSource @@ -28,16 +28,14 @@ JIRA - http://opensource.atlassian.com/projects/spring/browse/BATCH - + http://opensource.atlassian.com/projects/spring/browse/BATCH - Spring Batch Forum - http://forum.springframework.org/forumdisplay.php?f=41 - - http://forum.springframework.org/forumdisplay.php?f=41 - + Spring Batch Forum + + http://forum.springframework.org/forumdisplay.php?f=41 + http://forum.springframework.org/forumdisplay.php?f=41 @@ -46,7 +44,8 @@ - Apache 2.0 + Apache 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt @@ -58,7 +57,6 @@ archetypes spring-batch-infrastructure-tests spring-batch-integration - build-central @@ -100,8 +98,7 @@ generate-html - ${basedir}/src/docbkx/resources/xsl/html.xsl - + ${basedir}/src/docbkx/resources/xsl/html.xsl @@ -136,7 +133,8 @@ src/site/docbook/reference/ src/docbkx/resources/images/ - + pre-site @@ -148,8 +146,7 @@ true - ${basedir}/src/docbkx/resources/xsl/html_chunk.xsl - + ${basedir}/src/docbkx/resources/xsl/html_chunk.xsl @@ -184,10 +181,6 @@ runtime - org.apache.xmlgraphics fop 0.93 @@ -199,8 +192,7 @@ css/html.css ${basedir}/src/site/docbook/reference - ${basedir}/src/docbkx/resources/xsl/fopdf.xsl - + ${basedir}/src/docbkx/resources/xsl/fopdf.xsl true @@ -265,7 +257,7 @@ - + @@ -326,28 +318,6 @@ - - central - - - staging - file:///${user.dir}/target/staging - - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - - snapshots @@ -359,17 +329,14 @@ apache-snapshot - Apache Foundation Snapshot Repository + Apache Foundation Snapshot Repository + http://people.apache.org/maven-snapshot-repository - maven-site-plugin 2.0-beta-8-SNAPSHOT @@ -403,20 +370,21 @@ - http://www.springframework.org/download - static.springframework.org - scp://static.springframework.org:/var/www/domains/springframework.org/static/htdocs/spring-batch/trunk + staging + file:///${user.dir}/target/staging - spring-release - Spring Release Repository - s3://repository.springsource.com/maven/bundles/release + spring-milestone + Spring Milestone Repository + + s3://maven.springframework.org/milestone spring-snapshot - Spring Snapshot Repository - s3://repository.springsource.com/maven/bundles/snapshot + Spring Snapshot Repository + + s3://maven.springframework.org/snapshot @@ -470,6 +438,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + @@ -501,117 +476,94 @@ http://java.sun.com/j2ee/1.4/docs/api http://java.sun.com/j2se/1.5.0/docs/api - http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/ - + http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/ http://jakarta.apache.org/commons/dbcp/apidocs/ - http://jakarta.apache.org/commons/fileupload/apidocs/ - - http://jakarta.apache.org/commons/httpclient/apidocs/ - + http://jakarta.apache.org/commons/fileupload/apidocs/ + http://jakarta.apache.org/commons/httpclient/apidocs/ http://jakarta.apache.org/commons/pool/apidocs/ http://jakarta.apache.org/commons/logging/apidocs/ http://junit.sourceforge.net/javadoc/ http://logging.apache.org/log4j/docs/api/ http://jakarta.apache.org/regexp/apidocs/ http://jakarta.apache.org/velocity/api/ - http://static.springframework.org/spring/docs/2.5.x/api/ - - http://static.springframework.org/spring-batch/apidocs/ - - http://static.springframework.org/spring-ws/site/apidocs/ - + http://static.springframework.org/spring/docs/2.5.x/api/ + http://static.springframework.org/spring-batch/apidocs/ + http://static.springframework.org/spring-ws/site/apidocs/ -
- - - -]]> -
- - - - -]]> - - - - - org.apache.maven.plugins - maven-jxr-plugin - - - - - - dsyer - Dave Syer - david.syer@springsource.com - - - nebhale - Ben Hale - ben.hale@springsource.com - 0 - - - lward - Lucas Ward - lucas.l.ward@accenture.com - - - robokaso - Robert Kasanicky - robokaso@gmail.com - - - trisberg - Thomas Risberg - thomas.risberg@springsource.com - - - dhgarrette - Dan Garrette - daniel.h.garrette@accenture.com - - - - - com.springsource.repository.bundles.milestone - SpringSource Enterprise Bundle Repository - - SpringSource Bundle Milestones - http://repository.springsource.com/maven/bundles/milestone - - - false - - - - com.springsource.repository.bundles.snapshot - SpringSource Enterprise Bundle Repository - - SpringSource Bundle Snapshots - http://repository.springsource.com/maven/bundles/snapshot - - - - agilejava - http://agilejava.com/maven - - false - - - -
\ No newline at end of file +
<!-- Begin Google Analytics code --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-2728886-3"); pageTracker._setDomainName("none"); pageTracker._setAllowLinker(true); pageTracker._trackPageview(); </script> <!-- End Google Analytics code --> +
+ <!-- Begin LoopFuse code --> <script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"> </script> <script type="text/javascript"> _lf_cid = "LF_48be82fa"; _lf_remora(); </script> <!-- End LoopFuse code --> + + + + + org.apache.maven.plugins + maven-jxr-plugin + + + + + + dsyer + Dave Syer + + david.syer@springsource.com + + + nebhale + Ben Hale + + ben.hale@springsource.com + +0 + + + lward + Lucas Ward + + lucas.l.ward@accenture.com + + + robokaso + Robert Kasanicky + + robokaso@gmail.com + + + trisberg + Thomas Risberg + + thomas.risberg@springsource.com + + + dhgarrette + Dan Garrette + + daniel.h.garrette@accenture.com + + + + + com.springsource.repository.bundles.milestone + SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones + + http://repository.springsource.com/maven/bundles/milestone + + false + + + + com.springsource.repository.bundles.snapshot + SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots + + http://repository.springsource.com/maven/bundles/snapshot + + + agilejava + http://agilejava.com/maven + + false + + + +
diff --git a/spring-batch-core/central-pom.xml b/spring-batch-core/central-pom.xml deleted file mode 100644 index b3e2c9652..000000000 --- a/spring-batch-core/central-pom.xml +++ /dev/null @@ -1,238 +0,0 @@ - - - 4.0.0 - spring-batch-core - jar - Core - Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc. - - - org.springframework.batch - spring-batch-parent - 2.0.0.CI-SNAPSHOT - ../spring-batch-parent - - - - tiger - - 1.5 - - - - stax - stax - - - - - - - org.springframework.batch - spring-batch-infrastructure - ${project.version} - - - asm - asm-commons - true - - - hsqldb - hsqldb - - - commons-io - commons-io - test - - - commons-lang - commons-lang - - - org.easymock - easymock - - - junit - junit - - - org.aspectj - aspectjrt - - - org.aspectj - aspectjweaver - - - cglib - cglib-nodep - test - - - com.thoughtworks.xstream - xstream - - - org.codehaus.jettison - jettison - - - org.osgi - osgi_R4_core - true - - - org.springframework - spring-aop - - - org.springframework - spring-beans - - - org.springframework - spring-context - - - org.springframework - spring-core - - - org.springframework - spring-jdbc - true - - - org.springframework.osgi - spring-osgi-core - true - - - org.springframework - spring-test - test - - - org.springframework - spring-tx - - - javax.annotation - jsr250-api - - - log4j - log4j - false - - - log4j - log4j - true - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - org.apache.maven.plugins - maven-antrun-plugin - - - generate-sql - generate-sources - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - - - - org.codehaus.mojo - emma-maven-plugin - 1.0-alpha-1 - - - - \ No newline at end of file diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 5f3cb9aaa..c00197f81 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -1,314 +1,238 @@ - - - 4.0.0 - org.springframework.batch.core - jar - Core - http://static.springframework.org/spring-batch/${artifactId} - - - - - - - org.springframework.batch - org.springframework.batch.parent - 2.0.1.CI-SNAPSHOT - ../spring-batch-parent - - - - - tiger - - 1.5 - - - - javax.xml.stream - com.springsource.javax.xml.stream - - - - - - - org.springframework.batch - org.springframework.batch.infrastructure - ${project.version} - - - - org.objectweb.asm - com.springsource.org.objectweb.asm.commons - true - - - org.hsqldb - com.springsource.org.hsqldb - - - org.apache.commons - com.springsource.org.apache.commons.io - test - - - org.apache.commons - com.springsource.org.apache.commons.lang - - - org.easymock - com.springsource.org.easymock - - - org.junit - com.springsource.org.junit - - - org.aspectj - com.springsource.org.aspectj.runtime - - - org.aspectj - com.springsource.org.aspectj.weaver - - - net.sourceforge.cglib - com.springsource.net.sf.cglib - test - - - com.thoughtworks.xstream - com.springsource.com.thoughtworks.xstream - - - org.codehaus.jettison - com.springsource.org.codehaus.jettison - - - org.eclipse.osgi - org.eclipse.osgi - true - - - - org.springframework - org.springframework.aop - - - org.springframework - org.springframework.beans - - - org.springframework - org.springframework.context - - - org.springframework - org.springframework.core - - - org.springframework - org.springframework.jdbc - true - - - org.springframework.osgi - org.springframework.osgi.core - true - - - org.springframework - org.springframework.test - test - - - org.springframework - org.springframework.transaction - - - javax.annotation - com.springsource.javax.annotation - - - org.apache.log4j - com.springsource.org.apache.log4j - true - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - org.apache.maven.plugins - maven-antrun-plugin - - - generate-sql - generate-sources - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - - - - - org.codehaus.mojo - emma-maven-plugin - 1.0-alpha-1 - - - - + + + 4.0.0 + spring-batch-core + jar + Core + Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc. + + + org.springframework.batch + spring-batch-parent + 2.0.1.CI-SNAPSHOT + ../spring-batch-parent + + + + tiger + + 1.5 + + + + stax + stax + + + + + + + org.springframework.batch + spring-batch-infrastructure + ${project.version} + + + asm + asm-commons + true + + + hsqldb + hsqldb + + + commons-io + commons-io + test + + + commons-lang + commons-lang + + + org.easymock + easymock + + + junit + junit + + + org.aspectj + aspectjrt + + + org.aspectj + aspectjweaver + + + cglib + cglib-nodep + test + + + com.thoughtworks.xstream + xstream + + + org.codehaus.jettison + jettison + + + org.osgi + osgi_R4_core + true + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-jdbc + true + + + org.springframework.osgi + spring-osgi-core + true + + + org.springframework + spring-test + test + + + org.springframework + spring-tx + + + javax.annotation + jsr250-api + + + log4j + log4j + false + + + log4j + log4j + true + + + + + + com.springsource.bundlor + com.springsource.bundlor.maven + + + org.apache.maven.plugins + maven-antrun-plugin + + + generate-sql + generate-sources + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + + + + org.codehaus.mojo + emma-maven-plugin + 1.0-alpha-1 + + + diff --git a/spring-batch-infrastructure-tests/.project b/spring-batch-infrastructure-tests/.project index 4cac08c48..41dc966f3 100644 --- a/spring-batch-infrastructure-tests/.project +++ b/spring-batch-infrastructure-tests/.project @@ -1,28 +1,37 @@ - spring-batch-infrastructure-tests - Integration tests for the Spring Batch Infrastructure + spring-batch-infrastructure-tests + Integration tests for the Spring Batch Infrastructure - - spring-batch-infrastructure - - - - org.eclipse.jdt.core.javabuilder - - - - 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 - - \ No newline at end of file + + spring-batch-infrastructure + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + 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.eclipse.wst.common.project.facet.core.nature + + diff --git a/spring-batch-infrastructure-tests/pom.xml b/spring-batch-infrastructure-tests/pom.xml index 5903e2f2e..7a25ca9d8 100644 --- a/spring-batch-infrastructure-tests/pom.xml +++ b/spring-batch-infrastructure-tests/pom.xml @@ -1,178 +1,179 @@ - - 4.0.0 - org.springframework.batch.infrastructure.tests - jar - Infrastructure Tests - Integration tests for the Spring Batch Infrastructure - - org.springframework.batch - org.springframework.batch.parent - 2.0.1.CI-SNAPSHOT - ../spring-batch-parent - - - - tiger - - 1.5 - - - - javax.xml.stream - com.springsource.javax.xml.stream - - - - - default - - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - test - - - - - org.apache.maven.plugins - maven-surefire-plugin - - false - - - - - - - - - - org.springframework.batch - org.springframework.batch.infrastructure - ${pom.version} - - - org.hsqldb - com.springsource.org.hsqldb - - - org.apache.commons - com.springsource.org.apache.commons.io - test - - - org.apache.commons - com.springsource.org.apache.commons.lang - test - - - org.apache.derby - com.springsource.org.apache.derby - - - org.apache.activemq - com.springsource.org.apache.activemq - 5.1.0 - test - - - org.junit - com.springsource.org.junit - - - org.easymock - com.springsource.org.easymock - - - javax.jms - com.springsource.javax.jms - - - org.apache.geronimo.specs - com.springsource.javax.management.j2ee - 1.0.1 - test - - - org.custommonkey.xmlunit - com.springsource.org.custommonkey.xmlunit - 1.2.0 - test - - - org.codehaus.castor - com.springsource.org.castor - 1.2.0 - test - - - org.apache.log4j - com.springsource.org.apache.log4j - test - - - org.apache.xerces - com.springsource.org.apache.xerces - 2.8.1 - test - - - com.thoughtworks.xstream - com.springsource.com.thoughtworks.xstream - test - - - - org.springframework.ws - org.springframework.oxm - test - - - org.springframework - org.springframework.jdbc - test - - - org.springframework - org.springframework.jms - true - - - org.springframework - org.springframework.test - test - - - org.springframework - org.springframework.transaction - - - org.springframework - org.springframework.aop - - - - + + + 4.0.0 + spring-batch.infrastructure.tests + jar + Infrastructure Tests + + Integration tests for the Spring Batch Infrastructure + + + org.springframework.batch + spring-batch-parent + 2.0.1.CI-SNAPSHOT + ../spring-batch-parent + + + + tiger + + 1.5 + + + + stax + stax + + + + + default + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + + test + + + + org.apache.maven.plugins + maven-surefire-plugin + + false + + + + + + + + + org.springframework.batch + spring-batch-infrastructure + ${pom.version} + + + hsqldb + hsqldb + + + commons-io + commons-io + test + + + commons-lang + commons-lang + test + + + org.apache.derby + derby + + + org.apache.activemq + activemq-core + 5.1.0 + test + + + junit + junit + + + org.easymock + easymock + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + + + org.apache.geronimo.specs + geronimo-j2ee-management_1.1_spec + 1.0.1 + test + + + xmlunit + xmlunit + 1.2 + test + + + org.codehaus.castor + castor + 1.2 + test + + + log4j + log4j + test + + + xerces + xercesImpl + 2.8.1 + test + + + com.thoughtworks.xstream + xstream + test + + + org.springframework.ws + spring-oxm + test + + + org.springframework + spring-jdbc + test + + + org.springframework + spring-jms + true + + + org.springframework + spring-test + test + + + org.springframework + spring-tx + + + org.springframework + spring-aop + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + diff --git a/spring-batch-infrastructure/central-pom.xml b/spring-batch-infrastructure/central-pom.xml deleted file mode 100644 index 995c90868..000000000 --- a/spring-batch-infrastructure/central-pom.xml +++ /dev/null @@ -1,183 +0,0 @@ - - - 4.0.0 - spring-batch-infrastructure - jar - Infrastructure - The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations. - - - org.springframework.batch - spring-batch-parent - 2.0.0.CI-SNAPSHOT - ../spring-batch-parent - - - - tiger - - 1.5 - - - - stax - stax - - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - org.apache.maven.plugins - maven-antrun-plugin - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - - - junit - junit - - - org.easymock - easymock - - - org.aspectj - aspectjrt - test - - - org.aspectj - aspectjweaver - test - - - cglib - cglib-nodep - true - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - true - - - commons-logging - commons-logging - - - log4j - log4j - true - - - commons-lang - commons-lang - true - - - commons-io - commons-io - test - - - hsqldb - hsqldb - test - - - org.hibernate - hibernate - true - - - org.hibernate - hibernate-entitymanager - true - - - org.hibernate - hibernate-annotations - true - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - true - - - org.apache.ibatis - ibatis-sqlmap - true - - - javax.persistence - persistence-api - true - - - org.springframework.ws - spring-oxm - true - - - org.springframework - spring-aop - true - - - org.springframework - spring-core - - - org.springframework - spring-jdbc - true - - - org.springframework - spring-jms - true - - - org.springframework - spring-orm - true - - - org.springframework - spring-test - - - org.springframework - spring-tx - true - - - - - - org.codehaus.mojo - emma-maven-plugin - 1.0-alpha-1 - - - - \ No newline at end of file diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 11c074534..e465f63f6 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -1,175 +1,183 @@ - - 4.0.0 - org.springframework.batch.infrastructure - jar - Infrastructure - http://static.springframework.org/spring-batch/${artifactId} - - - - - - org.springframework.batch - org.springframework.batch.parent - 2.0.1.CI-SNAPSHOT - ../spring-batch-parent - - - - tiger - - 1.5 - - - - stax - stax - - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - org.apache.maven.plugins - maven-antrun-plugin - - - - - - org.junit - com.springsource.org.junit - - - org.easymock - com.springsource.org.easymock - - - org.aspectj - com.springsource.org.aspectj.runtime - test - - - org.aspectj - com.springsource.org.aspectj.weaver - test - - - net.sourceforge.cglib - com.springsource.net.sf.cglib - true - - - javax.jms - com.springsource.javax.jms - true - - - org.apache.commons - com.springsource.org.apache.commons.logging - - - org.apache.log4j - com.springsource.org.apache.log4j - true - - - org.apache.commons - com.springsource.org.apache.commons.lang - true - - - org.apache.commons - com.springsource.org.apache.commons.io - test - - - org.hsqldb - com.springsource.org.hsqldb - test - - - org.hibernate - com.springsource.org.hibernate - true - - - org.hibernate - com.springsource.org.hibernate.ejb - true - - - org.hibernate - com.springsource.org.hibernate.annotations - true - - - javax.transaction - com.springsource.javax.transaction - true - - - org.apache.ibatis - com.springsource.com.ibatis - true - - - javax.persistence - com.springsource.javax.persistence - true - - - - org.springframework.ws - org.springframework.oxm - true - - - org.springframework - org.springframework.aop - true - - - org.springframework - org.springframework.core - - - org.springframework - org.springframework.jdbc - true - - - org.springframework - org.springframework.jms - true - - - org.springframework - org.springframework.orm - true - - - org.springframework - org.springframework.test - - - org.springframework - org.springframework.transaction - true - - - - - - org.codehaus.mojo - emma-maven-plugin - 1.0-alpha-1 - - - + + + 4.0.0 + spring-batch-infrastructure + jar + Infrastructure + The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations. + + + org.springframework.batch + spring-batch-parent + 2.0.1.CI-SNAPSHOT + ../spring-batch-parent + + + + tiger + + 1.5 + + + + stax + stax + + + + + + + + com.springsource.bundlor + com.springsource.bundlor.maven + + + org.apache.maven.plugins + maven-antrun-plugin + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + + + junit + junit + + + org.easymock + easymock + + + org.aspectj + aspectjrt + test + + + org.aspectj + aspectjweaver + test + + + cglib + cglib-nodep + true + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + true + + + commons-logging + commons-logging + + + log4j + log4j + true + + + commons-lang + commons-lang + true + + + commons-io + commons-io + test + + + hsqldb + hsqldb + test + + + org.hibernate + hibernate + true + + + org.hibernate + hibernate-entitymanager + true + + + org.hibernate + hibernate-annotations + true + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + true + + + org.apache.ibatis + ibatis-sqlmap + true + + + javax.persistence + persistence-api + true + + + org.springframework.ws + spring-oxm + true + + + org.springframework + spring-aop + true + + + org.springframework + spring-core + + + org.springframework + spring-jdbc + true + + + org.springframework + spring-jms + true + + + org.springframework + spring-orm + true + + + org.springframework + spring-test + + + org.springframework + spring-tx + true + + + + + + org.codehaus.mojo + emma-maven-plugin + 1.0-alpha-1 + + + diff --git a/spring-batch-integration/.project b/spring-batch-integration/.project index 5fa8c6901..66c268c7b 100644 --- a/spring-batch-integration/.project +++ b/spring-batch-integration/.project @@ -5,6 +5,11 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder @@ -25,5 +30,6 @@ org.springframework.ide.eclipse.core.springnature org.eclipse.jdt.core.javanature org.maven.ide.eclipse.maven2Nature + org.eclipse.wst.common.project.facet.core.nature diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index 0ffa10aa4..1b8d4c9e4 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -1,139 +1,134 @@ - - 4.0.0 - org.springframework.batch.integration - Enterprise Integration - - org.springframework.batch - org.springframework.batch.parent - 2.0.1.CI-SNAPSHOT - ../spring-batch-parent - - - 1.0.1.RELEASE - - - - - true - - - - - maven-surefire-plugin - - - true - - - - - - - test - - - - maven-surefire-plugin - - - false - - - - - - - - - org.springframework.batch - org.springframework.batch.core - - ${project.version} - compile - - - org.springframework.batch - org.springframework.batch.test - - ${project.version} - test - - - javax.jms - com.springsource.javax.jms - - true - - - org.junit - com.springsource.org.junit - - - org.apache.log4j - com.springsource.org.apache.log4j - - - org.aspectj - com.springsource.org.aspectj.runtime - - test - - - org.aspectj - com.springsource.org.aspectj.weaver - - test - - - net.sourceforge.cglib - com.springsource.net.sf.cglib - - test - - - org.springframework.integration - - org.springframework.integration - - ${spring.integration.version} - - compile - - - org.springframework.integration - - org.springframework.integration.adapter - - ${spring.integration.version} - - compile - - - org.springframework - org.springframework.context - - - - org.springframework - org.springframework.aop - - - - org.springframework - org.springframework.jms - - true - - - org.springframework - org.springframework.transaction - - - - org.springframework - org.springframework.test - - - - + + 4.0.0 + spring-batch-integration + Enterprise Integration + + + org.springframework.batch + spring-batch-parent + 2.0.1.CI-SNAPSHOT + ../spring-batch-parent + + + 1.0.1.RELEASE + + + + + true + + + + + maven-surefire-plugin + + true + + + + + + + test + + + + maven-surefire-plugin + + false + + + + + + + + + org.springframework.batch + spring-batch-core + ${project.version} + compile + + + org.springframework.batch + spring-batch-test + ${project.version} + test + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + true + + + junit + junit + + + log4j + log4j + + + org.aspectj + aspectjrt + test + + + org.aspectj + aspectjweaver + test + + + cglib + cglib-nodep + test + + + org.springframework.integration + spring-integration-core + ${spring.integration.version} + compile + + + org.springframework.integration + spring-integration-adapter + ${spring.integration.version} + compile + + + org.springframework + spring-context + + + org.springframework + spring-aop + + + org.springframework + spring-jms + true + + + org.springframework + spring-tx + + + org.springframework + spring-test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + \ No newline at end of file diff --git a/spring-batch-parent/central-pom.xml b/spring-batch-parent/central-pom.xml deleted file mode 100644 index 886ba9591..000000000 --- a/spring-batch-parent/central-pom.xml +++ /dev/null @@ -1,533 +0,0 @@ - - - 4.0.0 - org.springframework.batch - spring-batch-parent - 2.0.0.CI-SNAPSHOT - Spring Batch Parent - - http://static.springframework.org/spring-batch - Spring Batch parent project. Defines dependencies and common configuration for the build process. - - pom - - true - 2.5.6 - 1.0.0.M1A - - - - strict - - false - - - - fast - - true - true - - - - staging - - - staging - file:///${user.dir}/target/staging - - - staging - file:///${user.dir}/target/staging - - - staging - file:///${user.dir}/target/staging - - - - - release - - - - maven-javadoc-plugin - - - javadoc - package - - jar - - - - - - maven-source-plugin - - - attach-sources - - jar - - - - - - - - - snapshots - - - apache-snapshots - http://people.apache.org/maven-snapshot-repository - - - - - apache-snapshot - Apache Foundation Snapshot Repository - - http://people.apache.org/maven-snapshot-repository - - - - - - - maven-site-plugin - 2.0-beta-8-SNAPSHOT - - - - - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - ${bundlor.version} - true - - - bundlor-transform - package - - transform - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - org.apache.ant - ant - 1.7.0 - - - org.apache.ant - ant-trax - 1.7.0 - - - org.apache.ant - ant-apache-regexp - 1.7.0 - - - foundrylogic.vpp - vpp - 2.2.1 - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*Tests.java - - - **/Abstract*.java - - junit:junit - - - - - - - - maven-jxr-plugin - - true - - - - maven-surefire-report-plugin - - true - - - - maven-project-info-reports-plugin - 2.1 - - - maven-javadoc-plugin - - true - - - - - javadoc - - - - - - - - - - org.aspectj - aspectjrt - 1.5.4 - - - org.aspectj - aspectjweaver - 1.5.4 - - - junit - junit - 4.4 - test - - - org.easymock - easymock - 2.3 - test - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - 1.1 - true - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1 - true - - - javax.annotation - jsr250-api - 1.0 - test - - - stax - stax - 1.2.0 - true - - - org.hibernate - hibernate - 3.2.6.ga - true - - - asm - asm - - - asm - asm-attrs - - - javax.transaction - jta - - - - - org.hibernate - hibernate-entitymanager - 3.3.2.GA - true - - - edu.oswego.cs.concurrent - edu.oswego.cs.dl.util.concurrent - - - - - org.hibernate - hibernate-annotations - 3.3.1.GA - true - - - cglib - cglib-nodep - 2.1_3 - true - - - commons-logging - commons-logging - 1.1.1 - - - commons-lang - commons-lang - 2.1 - true - - - commons-io - commons-io - 1.4 - true - - - commons-collections - commons-collections - 3.2 - true - - - commons-dbcp - commons-dbcp - 1.2.2 - true - - - log4j - log4j - 1.2.14 - true - - - hsqldb - hsqldb - 1.8.0.7 - test - - - org.apache.derby - org.apache.derby - 10.3.2000001.599110 - test - - - com.thoughtworks.xstream - xstream - 1.3 - - - org.codehaus.jettison - jettison - 1.0 - - - org.apache.ibatis - ibatis-sqlmap - 2.3.0 - true - - - javax.persistence - persistence-api - 1.0 - true - - - org.osgi - osgi_R4_core - 1.0 - true - - - asm - asm - 2.2.3 - runtime - true - - - asm - asm-attrs - 2.2.3 - runtime - true - - - asm - asm-commons - 2.2.3 - runtime - true - - - javax.servlet - servlet-api - 2.5 - provided - true - - - stax - stax - 1.2.0 - true - - - org.springframework - spring-aop - ${spring.framework.version} - - - org.springframework - spring-beans - ${spring.framework.version} - - - org.springframework - spring-context - ${spring.framework.version} - - - org.springframework - spring-context-support - ${spring.framework.version} - - - org.springframework - spring-core - ${spring.framework.version} - - - org.springframework - spring-expression - ${spring.framework.version} - - - org.springframework - spring-jdbc - ${spring.framework.version} - - - org.springframework - spring-jms - ${spring.framework.version} - - - org.springframework - spring-orm - ${spring.framework.version} - - - org.springframework - spring-test - ${spring.framework.version} - test - - - org.springframework - spring-tx - ${spring.framework.version} - - - org.springframework - spring-web - ${spring.framework.version} - - - org.springframework.ws - spring-oxm - 1.5.5 - true - - - org.springframework.osgi - spring-osgi-core - 1.1.2 - true - - - - - - staging - file:///${user.dir}/target/staging - - - spring-milestone - Spring Milestone Repository - - s3://maven.springframework.org/milestone - - - spring-snapshot - Spring Snapshot Repository - - s3://maven.springframework.org/snapshot - - - - - objectstyle - ObjectStyle.org Repository - - http://objectstyle.org/maven2 - - false - - - - - - com.springsource.repository.bundles.milestone - SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones - - http://repository.springsource.com/maven/bundles/milestone - - false - - - - com.springsource.repository.bundles.snapshot - SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots - - http://repository.springsource.com/maven/bundles/snapshot - - - \ No newline at end of file diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml index 8fd8e44cc..28b405840 100644 --- a/spring-batch-parent/pom.xml +++ b/spring-batch-parent/pom.xml @@ -1,20 +1,20 @@ - + 4.0.0 org.springframework.batch - org.springframework.batch.parent + spring-batch-parent 2.0.1.CI-SNAPSHOT Spring Batch Parent - http://static.springframework.org/spring-batch/${artifactId} - - Spring Batch parent project. Defines dependencies and common configuration for the - build process. - + http://static.springframework.org/spring-batch + Spring Batch parent project. Defines dependencies and common configuration for the build process. + pom true - 2.5.6.A - 1.0.0.M2 + 2.5.6 + 1.0.0.M1A @@ -95,10 +95,6 @@ - maven-site-plugin 2.0-beta-8-SNAPSHOT @@ -119,7 +115,6 @@ bundlor-transform - package transform @@ -174,7 +169,7 @@ **/Abstract*.java - org.junit:com.springsource.org.junit + junit:junit @@ -195,7 +190,7 @@ maven-project-info-reports-plugin - 2.1 + 2.1 maven-javadoc-plugin @@ -216,67 +211,65 @@ org.aspectj - com.springsource.org.aspectj.runtime + aspectjrt 1.5.4 org.aspectj - com.springsource.org.aspectj.weaver + aspectjweaver 1.5.4 - org.junit - com.springsource.org.junit - 4.4.0 + junit + junit + 4.4 test org.easymock - com.springsource.org.easymock - 2.3.0 + easymock + 2.3 test - javax.jms - com.springsource.javax.jms - 1.1.0 + org.apache.geronimo.specs + geronimo-jms_1.1_spec + 1.1 true - javax.transaction - com.springsource.javax.transaction - 1.1.0 + org.apache.geronimo.specs + geronimo-jta_1.1_spec + 1.1 true javax.annotation - com.springsource.javax.annotation - 1.0.0 + jsr250-api + 1.0 test - javax.xml.stream - com.springsource.javax.xml.stream - 1.0.1 - + stax + stax + 1.2.0 true org.hibernate - com.springsource.org.hibernate + hibernate 3.2.6.ga true - org.objectweb.asm - com.springsource.org.objectweb.asm + asm + asm - org.objectweb.asm - com.springsource.org.objectweb.asm.attrs + asm + asm-attrs - javax.transaction jta @@ -284,281 +277,246 @@ org.hibernate - com.springsource.org.hibernate.ejb + hibernate-entitymanager 3.3.2.GA true edu.oswego.cs.concurrent - com.springsource.edu.oswego.cs.dl.util.concurrent + edu.oswego.cs.dl.util.concurrent org.hibernate - com.springsource.org.hibernate.annotations - 3.3.1.ga + hibernate-annotations + 3.3.1.GA true - net.sourceforge.cglib - com.springsource.net.sf.cglib - 2.1.3 + cglib + cglib-nodep + 2.1_3 true - org.apache.commons - com.springsource.org.apache.commons.logging + commons-logging + commons-logging 1.1.1 - org.apache.commons - com.springsource.org.apache.commons.lang - 2.1.0 + commons-lang + commons-lang + 2.1 true - org.apache.commons - com.springsource.org.apache.commons.io - 1.4.0 + commons-io + commons-io + 1.4 true - org.apache.commons - com.springsource.org.apache.commons.collections - 3.2.0 + commons-collections + commons-collections + 3.2 true - org.apache.commons - com.springsource.org.apache.commons.dbcp - 1.2.2.osgi + commons-dbcp + commons-dbcp + 1.2.2 true - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 + log4j + log4j + 1.2.14 true - org.hsqldb - com.springsource.org.hsqldb - 1.8.0.9 + hsqldb + hsqldb + 1.8.0.7 test org.apache.derby - com.springsource.org.apache.derby - 10.3.2000001.599110 + derby + 10.4.2.0 test com.thoughtworks.xstream - com.springsource.com.thoughtworks.xstream - 1.3.0 + xstream + 1.3 org.codehaus.jettison - com.springsource.org.codehaus.jettison - 1.0.0 + jettison + 1.0 org.apache.ibatis - com.springsource.com.ibatis - 2.3.0.677 + ibatis-sqlmap + 2.3.0 true javax.persistence - com.springsource.javax.persistence - 1.0.0 + persistence-api + 1.0 true - org.eclipse.osgi - org.eclipse.osgi - 3.4.2.R34x_v20080826-1230 + org.osgi + osgi_R4_core + 1.0 true - org.objectweb.asm - com.springsource.org.objectweb.asm + asm + asm 2.2.3 runtime true - org.objectweb.asm - com.springsource.org.objectweb.asm.attrs + asm + asm-attrs 2.2.3 runtime true - org.objectweb.asm - com.springsource.org.objectweb.asm.commons + asm + asm-commons 2.2.3 runtime true javax.servlet - com.springsource.javax.servlet - 2.5.0 + servlet-api + 2.5 provided true - stax stax 1.2.0 true - org.springframework - org.springframework.aop + spring-aop ${spring.framework.version} org.springframework - org.springframework.beans + spring-beans ${spring.framework.version} org.springframework - org.springframework.context + spring-context ${spring.framework.version} org.springframework - org.springframework.context.support + spring-context-support ${spring.framework.version} org.springframework - org.springframework.core + spring-core ${spring.framework.version} org.springframework - org.springframework.expression + spring-expression ${spring.framework.version} org.springframework - org.springframework.jdbc + spring-jdbc ${spring.framework.version} org.springframework - org.springframework.jms + spring-jms ${spring.framework.version} org.springframework - org.springframework.orm + spring-orm ${spring.framework.version} org.springframework - org.springframework.test + spring-test ${spring.framework.version} test org.springframework - org.springframework.transaction + spring-tx ${spring.framework.version} org.springframework - org.springframework.web + spring-web ${spring.framework.version} org.springframework.ws - org.springframework.oxm - 1.5.5.A + spring-oxm + 1.5.5 true org.springframework.osgi - org.springframework.osgi.core - 1.1.2.A + spring-osgi-core + 1.1.2 true - http://www.springframework.org/download - static.springframework.org - - scp://static.springframework.org:/var/www/domains/springframework.org/static/htdocs/spring-batch/trunk - + staging + file:///${user.dir}/target/staging - spring-release - Spring Release Repository - s3://repository.springsource.com/maven/bundles/release + spring-milestone + Spring Milestone Repository + + s3://maven.springframework.org/milestone spring-snapshot - Spring Snapshot Repository - s3://repository.springsource.com/maven/bundles/snapshot + Spring Snapshot Repository + + s3://maven.springframework.org/snapshot objectstyle - ObjectStyle.org Repository + ObjectStyle.org Repository + http://objectstyle.org/maven2 false - - com.springsource.repository.bundles.release - SpringSource Enterprise Bundle Repository - - SpringSource Bundle Releases - http://repository.springsource.com/maven/bundles/release - - false - - - - com.springsource.repository.bundles.milestone - SpringSource Enterprise Bundle Repository - - SpringSource Bundle Milestoness - http://repository.springsource.com/maven/bundles/milestone - - false - - - - com.springsource.repository.bundles.external - SpringSource Enterprise Bundle Repository - - External Bundle Releases - http://repository.springsource.com/maven/bundles/external - - false - - - - com.springsource.repository.bundles.snapshot - SpringSource Enterprise Bundle Repository - - Snapshot Bundle Releases - http://repository.springsource.com/maven/bundles/snapshot - com.springsource.repository.bundles.milestone - SpringSource Enterprise Bundle Repository - - SpringSource Bundle Milestones + SpringSource Enterprise Bundle Repository - SpringSource Bundle Milestones + http://repository.springsource.com/maven/bundles/milestone false @@ -566,8 +524,8 @@ com.springsource.repository.bundles.snapshot - SpringSource Enterprise Bundle Repository - - SpringSource Bundle Snapshots + SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots + http://repository.springsource.com/maven/bundles/snapshot diff --git a/spring-batch-samples/.project b/spring-batch-samples/.project index 74d61b480..54c682cd2 100644 --- a/spring-batch-samples/.project +++ b/spring-batch-samples/.project @@ -1,30 +1,39 @@ - spring-batch-samples - Example batch jobs using Spring Batch Core and Execution. + spring-batch-samples + Example batch jobs using Spring Batch Core and Execution. - - spring-batch-infrastructure - spring-batch-core - spring-batch-execution - - - - org.eclipse.jdt.core.javabuilder - - - - 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 - - \ No newline at end of file + + spring-batch-infrastructure + spring-batch-core + spring-batch-execution + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + 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.eclipse.wst.common.project.facet.core.nature + + diff --git a/spring-batch-samples/.settings/org.springframework.ide.eclipse.core.prefs b/spring-batch-samples/.settings/org.springframework.ide.eclipse.core.prefs index dfc176ba0..461d0a98e 100644 --- a/spring-batch-samples/.settings/org.springframework.ide.eclipse.core.prefs +++ b/spring-batch-samples/.settings/org.springframework.ide.eclipse.core.prefs @@ -1,67 +1,85 @@ -#Thu Sep 11 14:26:57 CEST 2008 -eclipse.preferences.version=1 -org.springframework.ide.eclipse.core.builders.enable.aopreferencemodelbuilder=true -org.springframework.ide.eclipse.core.builders.enable.beanmetadatabuilder=false -org.springframework.ide.eclipse.core.builders.enable.osgibundleupdater=true -org.springframework.ide.eclipse.core.enable.project.preferences=false -org.springframework.ide.eclipse.core.validator.enable.com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.enable.com.springsource.sts.ap.quickfix.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.enable.com.springsource.sts.bestpractices.beansvalidator=true -org.springframework.ide.eclipse.core.validator.enable.org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.enable.org.springframework.ide.eclipse.core.springvalidator=false -org.springframework.ide.eclipse.core.validator.enable.org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.applicationSymbolicNameRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.applicationVersionRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleActivationPolicyRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleActivatorRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleManifestVersionRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleNameRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleSymbolicNameRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleVersionRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.exportPackageRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.importRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.parsingProblemsRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.requireBundleRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.ap.quickfix.importBundleVersionRule-com.springsource.sts.ap.quickfix.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.ap.quickfix.importLibraryVersionRule-com.springsource.sts.ap.quickfix.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.ap.quickfix.importPackageVersionRule-com.springsource.sts.ap.quickfix.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.ap.quickfix.requireBundleVersionRule-com.springsource.sts.ap.quickfix.manifestvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.AvoidDriverManagerDataSource-com.springsource.sts.bestpractices.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.ImportElementsAtTopRulee-com.springsource.sts.bestpractices.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.ParentBeanSpecifiesAbstractClassRule-com.springsource.sts.bestpractices.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.RefElementRule-com.springsource.sts.bestpractices.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.TooManyBeansInFileRule-com.springsource.sts.bestpractices.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.UnnecessaryValueElementRule-com.springsource.sts.bestpractices.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.UseBeanInheritance-com.springsource.sts.bestpractices.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.legacyxmlusage.jndiobjectfactory-com.springsource.sts.bestpractices.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanAlias-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanClass-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanConstructorArgument-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanDefinition-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanDefinitionHolder-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanFactory-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanInitDestroyMethod-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanProperty-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanReference-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.methodOverride-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.parsingProblems-org.springframework.ide.eclipse.beans.core.beansvalidator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.requiredProperty-org.springframework.ide.eclipse.beans.core.beansvalidator=false -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.core.springClasspath-org.springframework.ide.eclipse.core.springvalidator=false -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.action-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.actionstate-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.attribute-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.attributemapper-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.beanaction-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.evaluationaction-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.evaluationresult-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.exceptionhandler-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.import-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.inputattribute-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.mapping-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.outputattribute-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.set-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.state-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.subflowstate-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.transition-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.variable-org.springframework.ide.eclipse.webflow.core.validator=true -org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.webflowstate-org.springframework.ide.eclipse.webflow.core.validator=true +#Wed May 27 18:05:53 BST 2009 +eclipse.preferences.version=1 +org.springframework.ide.eclipse.core.builders.enable.aopreferencemodelbuilder=true +org.springframework.ide.eclipse.core.builders.enable.beanmetadatabuilder=false +org.springframework.ide.eclipse.core.builders.enable.osgibundleupdater=true +org.springframework.ide.eclipse.core.enable.project.preferences=false +org.springframework.ide.eclipse.core.validator.enable.com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.enable.com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.enable.com.springsource.sts.ap.quickfix.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.enable.com.springsource.sts.bestpractices.beansvalidator=true +org.springframework.ide.eclipse.core.validator.enable.com.springsource.sts.server.quickfix.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.enable.org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.enable.org.springframework.ide.eclipse.core.springvalidator=false +org.springframework.ide.eclipse.core.validator.enable.org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.applicationSymbolicNameRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.applicationVersionRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleActivationPolicyRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleActivatorRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleManifestVersionRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleNameRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleSymbolicNameRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.bundleVersionRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.exportPackageRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.importRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.parsingProblemsRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.platform.ide.manifest.core.requireBundleRule-com.springsource.platform.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.applicationSymbolicNameRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.applicationVersionRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.bundleActivationPolicyRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.bundleActivatorRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.bundleManifestVersionRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.bundleNameRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.bundleSymbolicNameRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.bundleVersionRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.exportPackageRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.importRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.parsingProblemsRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.server.ide.manifest.core.requireBundleRule-com.springsource.server.ide.manifest.core.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.ap.quickfix.importBundleVersionRule-com.springsource.sts.ap.quickfix.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.ap.quickfix.importLibraryVersionRule-com.springsource.sts.ap.quickfix.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.ap.quickfix.importPackageVersionRule-com.springsource.sts.ap.quickfix.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.ap.quickfix.requireBundleVersionRule-com.springsource.sts.ap.quickfix.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.AvoidDriverManagerDataSource-com.springsource.sts.bestpractices.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.ImportElementsAtTopRulee-com.springsource.sts.bestpractices.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.ParentBeanSpecifiesAbstractClassRule-com.springsource.sts.bestpractices.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.RefElementRule-com.springsource.sts.bestpractices.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.TooManyBeansInFileRule-com.springsource.sts.bestpractices.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.UnnecessaryValueElementRule-com.springsource.sts.bestpractices.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.com.springsource.sts.bestpractices.UseBeanInheritance-com.springsource.sts.bestpractices.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.bestpractices.legacyxmlusage.jndiobjectfactory-com.springsource.sts.bestpractices.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.server.quickfix.importBundleVersionRule-com.springsource.sts.server.quickfix.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.server.quickfix.importLibraryVersionRule-com.springsource.sts.server.quickfix.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.server.quickfix.importPackageVersionRule-com.springsource.sts.server.quickfix.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.com.springsource.sts.server.quickfix.requireBundleVersionRule-com.springsource.sts.server.quickfix.manifestvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanAlias-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanClass-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanConstructorArgument-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanDefinition-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanDefinitionHolder-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanFactory-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanInitDestroyMethod-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanProperty-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.beanReference-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.methodOverride-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.parsingProblems-org.springframework.ide.eclipse.beans.core.beansvalidator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.beans.core.requiredProperty-org.springframework.ide.eclipse.beans.core.beansvalidator=false +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.core.springClasspath-org.springframework.ide.eclipse.core.springvalidator=false +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.action-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.actionstate-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.attribute-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.attributemapper-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.beanaction-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.evaluationaction-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.evaluationresult-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.exceptionhandler-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.import-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.inputattribute-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.mapping-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.outputattribute-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.set-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.state-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.subflowstate-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.transition-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.variable-org.springframework.ide.eclipse.webflow.core.validator=true +org.springframework.ide.eclipse.core.validator.rule.enable.org.springframework.ide.eclipse.webflow.core.validation.webflowstate-org.springframework.ide.eclipse.webflow.core.validator=true diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 7cf49cba5..bff5533ed 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -1,400 +1,319 @@ - - 4.0.0 - org.springframework.batch.samples - jar - Samples - http://static.springframework.org/spring-batch/${artifactId} - - - - - - org.springframework.batch - org.springframework.batch.parent - 2.0.1.CI-SNAPSHOT - ../spring-batch-parent - - - - tiger - - 1.5 - - - - stax - stax - - - - - - - org.springframework.batch - org.springframework.batch.core - ${project.version} - - - org.springframework.batch - org.springframework.batch.test - ${project.version} - - - org.aspectj - com.springsource.org.aspectj.runtime - - - org.aspectj - com.springsource.org.aspectj.weaver - - - org.easymock - com.springsource.org.easymock - - - org.junit - com.springsource.org.junit - - - org.springmodules - spring-modules-validation - 0.8 - - - rhino - js - - - commons-validator - commons-validator - - - commons-lang - commons-lang - - - commons-logging - commons-logging - - - commons-beanutils - commons-beanutils - - - commons-digester - commons-digester - - - antlr - antlr - - - org.springframework - spring - - - - - com.opensymphony.quartz - com.springsource.org.quartz - 1.6.2 - - - com.mysql.jdbc - com.springsource.com.mysql.jdbc - 5.1.6 - runtime - - - org.hsqldb - com.springsource.org.hsqldb - runtime - - - org.apache.commons - com.springsource.org.apache.commons.io - - - org.apache.commons - com.springsource.org.apache.commons.dbcp - - - - com.thoughtworks.xstream - com.springsource.com.thoughtworks.xstream - - - javax.servlet - com.springsource.javax.servlet - - - - org.custommonkey.xmlunit - com.springsource.org.custommonkey.xmlunit - 1.2.0 - test - - - org.hibernate - com.springsource.org.hibernate - - - org.hibernate - com.springsource.org.hibernate.ejb - true - - - org.hibernate - com.springsource.org.hibernate.annotations - true - - - javax.persistence - com.springsource.javax.persistence - true - - - javax.transaction - com.springsource.javax.transaction - - - net.sourceforge.cglib - com.springsource.net.sf.cglib - - - org.apache.ibatis - com.springsource.com.ibatis - - - org.apache.derby - com.springsource.org.apache.derby - true - compile - - - net.sourceforge.jtds - com.springsource.net.sourceforge.jtds - 1.2.2 - true - runtime - - - com.oracle.jdbc - com.springsource.oracle.jdbc - 10.2.0.2 - true - runtime - - - org.postgresql - com.springsource.org.postgresql.jdbc3 - 8.3.603 - true - runtime - - - - - - org.springframework - org.springframework.aop - - - org.springframework.ws - org.springframework.oxm - - - org.springframework - org.springframework.core - - - org.springframework - org.springframework.context.support - - - org.springframework - org.springframework.jdbc - - - org.springframework - org.springframework.orm - - - org.springframework - org.springframework.test - - - org.springframework - org.springframework.transaction - - - org.springframework - org.springframework.web - true - runtime - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - generate-sql - generate-sources - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - + + + 4.0.0 + spring-batch-samples + jar + Samples + http://static.springframework.org/spring-batch/${artifactId} + Example batch jobs using Spring Batch Core and Execution. + + + org.springframework.batch + spring-batch-parent + 2.0.1.CI-SNAPSHOT + ../spring-batch-parent + + + + tiger + + 1.5 + + + + stax + stax + + + + + + + org.springframework.batch + spring-batch-core + ${project.version} + + + org.springframework.batch + spring-batch-test + ${project.version} + + + org.aspectj + aspectjrt + + + org.aspectj + aspectjweaver + + + org.easymock + easymock + + + junit + junit + + + org.springmodules + spring-modules-validation + 0.8 + + + rhino + js + + + commons-validator + commons-validator + + + commons-lang + commons-lang + + + commons-logging + commons-logging + + + commons-beanutils + commons-beanutils + + + commons-digester + commons-digester + + + antlr + antlr + + + org.springframework + spring + + + + + opensymphony + quartz-all + 1.6.0 + + + mysql + mysql-connector-java + 5.1.6 + runtime + + + hsqldb + hsqldb + runtime + + + commons-io + commons-io + + + commons-dbcp + commons-dbcp + + + com.thoughtworks.xstream + xstream + + + javax.servlet + servlet-api + + + xmlunit + xmlunit + 1.2 + test + + + org.hibernate + hibernate + + + org.hibernate + hibernate-entitymanager + true + + + org.hibernate + hibernate-annotations + true + + + javax.persistence + persistence-api + true + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + cglib + cglib-nodep + + + org.apache.ibatis + ibatis-sqlmap + + + org.apache.derby + derby + true + compile + + + net.sourceforge.jtds + jtds + 1.2.2 + true + runtime + + + com.oracle.jdbc + com.springsource.oracle.jdbc + 10.2.0.2 + true + runtime + + + postgresql + postgresql + 8.3-603.jdbc3 + true + runtime + + + org.springframework + spring-aop + + + org.springframework.ws + spring-oxm + + + org.springframework + spring-core + + + org.springframework + spring-context-support + + + org.springframework + spring-jdbc + + + org.springframework + spring-orm + + + org.springframework + spring-test + + + org.springframework + spring-tx + + + org.springframework + spring-web + true + runtime + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + generate-sql + generate-sources + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + diff --git a/spring-batch-samples/src/test/java/org/springframework/batch/sample/AbstractBatchLauncherTests.java b/spring-batch-samples/src/test/java/org/springframework/batch/sample/AbstractBatchLauncherTests.java index fb460df37..5b9ea2619 100644 --- a/spring-batch-samples/src/test/java/org/springframework/batch/sample/AbstractBatchLauncherTests.java +++ b/spring-batch-samples/src/test/java/org/springframework/batch/sample/AbstractBatchLauncherTests.java @@ -20,6 +20,7 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.Test; import org.springframework.batch.core.Job; +import org.springframework.batch.core.JobExecution; import org.springframework.batch.core.JobParameters; import org.springframework.batch.core.launch.JobLauncher; import org.springframework.beans.factory.annotation.Autowired; @@ -43,6 +44,8 @@ public abstract class AbstractBatchLauncherTests implements ApplicationContextAw protected ApplicationContext applicationContext; private JobLauncher launcher; + + private JobExecution jobExecution; private Job job; @@ -62,6 +65,10 @@ public abstract class AbstractBatchLauncherTests implements ApplicationContextAw public void setJob(Job job) { this.job = job; } + + public JobExecution getJobExecution() { + return jobExecution; + } public Job getJob() { return job; @@ -77,7 +84,7 @@ public abstract class AbstractBatchLauncherTests implements ApplicationContextAw @Test public void testLaunchJob() throws Exception { - getLauncher().run(job, jobParameters); + jobExecution = getLauncher().run(job, jobParameters); } /** diff --git a/spring-batch-test/.project b/spring-batch-test/.project index fd5c0f538..0b1b1cd2e 100755 --- a/spring-batch-test/.project +++ b/spring-batch-test/.project @@ -1,25 +1,35 @@ - spring-batch-test - - - - - org.eclipse.jdt.core.javabuilder - - - - 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 - - \ No newline at end of file + spring-batch-test + + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + 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.eclipse.wst.common.project.facet.core.nature + + diff --git a/spring-batch-test/central-pom.xml b/spring-batch-test/central-pom.xml deleted file mode 100644 index 4cb838483..000000000 --- a/spring-batch-test/central-pom.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - 4.0.0 - spring-batch-test - Test - jar - Domain for batch job testing - - - org.springframework.batch - spring-batch-parent - 2.0.0.CI-SNAPSHOT - ../spring-batch-parent - - - - tiger - - 1.5 - - - - stax - stax - - - - - - - org.springframework.batch - spring-batch-core - ${project.version} - - - junit - junit - compile - - - org.springframework - spring-test - compile - - - org.springframework - spring-jdbc - - - commons-io - commons-io - - - commons-dbcp - commons-dbcp - - - hsqldb - hsqldb - - - commons-collections - commons-collections - - - - - - org.codehaus.mojo - emma-maven-plugin - 1.0-alpha-1 - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - \ No newline at end of file diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml index 2ec7192f4..2a24729ba 100755 --- a/spring-batch-test/pom.xml +++ b/spring-batch-test/pom.xml @@ -1,92 +1,88 @@ - - - 4.0.0 - org.springframework.batch.test - Test - http://static.springframework.org/spring-batch/${artifactId} - jar - Domain for batch job testing - - - org.springframework.batch - org.springframework.batch.parent - 2.0.1.CI-SNAPSHOT - ../spring-batch-parent - - - - - tiger - - 1.5 - - - - stax - stax - - - - - - - - org.springframework.batch - org.springframework.batch.core - - ${project.version} - - - org.junit - com.springsource.org.junit - compile - - - org.springframework - org.springframework.test - - compile - - - org.springframework - org.springframework.jdbc - - - - org.apache.commons - com.springsource.org.apache.commons.io - - - - org.apache.commons - com.springsource.org.apache.commons.dbcp - - - - org.hsqldb - com.springsource.org.hsqldb - - - - org.apache.commons - com.springsource.org.apache.commons.collections - - - - org.apache.log4j - com.springsource.org.apache.log4j - true - - - - - - - org.codehaus.mojo - emma-maven-plugin - 1.0-alpha-1 - - - - + + + 4.0.0 + spring-batch-test + Test + jar + Domain for batch job testing + + + org.springframework.batch + spring-batch-parent + 2.0.1.CI-SNAPSHOT + ../spring-batch-parent + + + + tiger + + 1.5 + + + + stax + stax + + + + + + + org.springframework.batch + spring-batch-core + ${project.version} + + + junit + junit + compile + + + org.springframework + spring-test + compile + + + org.springframework + spring-jdbc + + + commons-io + commons-io + + + commons-dbcp + commons-dbcp + + + hsqldb + hsqldb + + + commons-collections + commons-collections + + + + + + org.codehaus.mojo + emma-maven-plugin + 1.0-alpha-1 + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + +