From f07c1783a8b9a5381a86fd89deeb40b0591490a9 Mon Sep 17 00:00:00 2001 From: nebhale Date: Thu, 7 Jun 2007 19:35:07 +0000 Subject: [PATCH] Polishing spring-batch --- .../spring-batch-infrastructure.iml | 393 ---------- pom.xml | 543 ++++++-------- spring-batch.iml | 49 -- spring-batch.ipr | 304 -------- spring-batch.iws | 672 ------------------ 5 files changed, 233 insertions(+), 1728 deletions(-) delete mode 100644 infrastructure/spring-batch-infrastructure.iml delete mode 100644 spring-batch.iml delete mode 100644 spring-batch.ipr delete mode 100644 spring-batch.iws diff --git a/infrastructure/spring-batch-infrastructure.iml b/infrastructure/spring-batch-infrastructure.iml deleted file mode 100644 index 2e369ae5a..000000000 --- a/infrastructure/spring-batch-infrastructure.iml +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index bdce3d41d..c3f3ec5ad 100644 --- a/pom.xml +++ b/pom.xml @@ -1,314 +1,237 @@ + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - 4.0.0 - org.springframework.batch - spring-batch - pom - Spring Batch - 1.0-SNAPSHOT - - 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 optimisation for repetitive processing in a transactional environment. Spring - Batch is part of the Spring Portfolio. - - http://www.springframework.org/spring-batch - - JIRA - http://opensource2.atlassian.com/projects/spring/browse/BATCH - - - Bamboo - http://build.springframework.org:8085/bamboo/browse/BATCH - - 2007 - - - spring-batch-announce - http://lists.interface21.com/listmanager/listinfo/spring-batch-announce - http://lists.interface21.com/listmanager/listinfo/spring-batch-announce - spring-batch-announce@lists.interface21.com - http://lists.interface21.com/archives/spring-batch-announce/ - - - - - dsyer - Dave Syer - dsyer@interface21.com - Interface21 - http://www.interface21.com - - Lead - - +1 - - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - repo - - - - - scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk - - - scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk - - http://fisheye3.cenqua.com/browse/springframework/spring-batch/trunk - - - Spring Framework - http://www.springframework.org - - - - - org.springframework.aws - spring-aws-maven - 1.1.1 - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.3 - - once - - **/*Tests.java - - - **/Abstract*.java - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - junitreport - site - - - Creating JUnit reports - - - - - - - - - - - run - - - - cleandata - pre-site - - - Removing test data - - - - - - - - - run - - - - - - ant - ant-junit - 1.6.5 - - - - - maven-clean-plugin - - - - ${basedir} - - activemq-data - derby-home - amqstore - .clover - surefire* - - false - - - - - - - - - infrastructure - - - - - - - true - - - false - - spring-release - Spring Release Repository - http://maven.springframework.org.s3.amazonaws.com/release - - - - true - - - false - - spring-milestone - Spring Milestone Repository - http://maven.springframework.org.s3.amazonaws.com/milestone - - - - false - - - true - - spring-snapshot - Spring Snapshot Repository - http://maven.springframework.org.s3.amazonaws.com/snapshot - - - - true - - - false - - spring-external - Spring External Repository - http://maven.springframework.org.s3.amazonaws.com/external - - - - - spring-release - Spring Release Repository - http://maven.springframework.org.s3.amazonaws.com/release - - - spring-milestone - Spring Milestone Repository - http://maven.springframework.org.s3.amazonaws.com/milestone - - - spring-snapshot - Spring Snapshot Repository - http://maven.springframework.org.s3.amazonaws.com/snapshot - - - spring-external - Spring External Repository - http://maven.springframework.org.s3.amazonaws.com/external - - - - true - - - org.apache.maven.plugins - maven-surefire-report-plugin - - - com.interface21.maven - maven-external-report-plugin - 1.0 - - JUnit Report - JUnit test results for this project - junit-reports - - - - org.codehaus.mojo - jdepend-maven-plugin - - - maven-javadoc-plugin - - - 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/logging/api/ - http://jakarta.apache.org/commons/pool/apidocs/ - http://www.junit.org/junit/javadoc/ - http://logging.apache.org/log4j/docs/api/ - http://jakarta.apache.org/regexp/apidocs/ - http://jakarta.apache.org/velocity/api/ - - - - - - - http://www.springframework.org/spring-batch - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - - static.springframework.org - - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/site - - - - - - - - - - - - + 4.0.0 + org.springframework.batch + spring-batch + pom + Spring Batch + 1.0-SNAPSHOT + + 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 optimisation for repetitive processing in a transactional environment. Spring + Batch is part of the Spring Portfolio. + + http://www.springframework.org/spring-batch + + JIRA + http://opensource2.atlassian.com/projects/spring/browse/BATCH + + + Bamboo + http://build.springframework.org:8085/bamboo/browse/BATCH + + 2007 + + + spring-batch-announce + http://lists.interface21.com/listmanager/listinfo/spring-batch-announce + http://lists.interface21.com/listmanager/listinfo/spring-batch-announce + spring-batch-announce@lists.interface21.com + http://lists.interface21.com/archives/spring-batch-announce/ + + + + + dsyer + Dave Syer + dsyer@interface21.com + Interface21 + http://www.interface21.com + + Lead + + +1 + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk + + + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk + + http://fisheye3.cenqua.com/browse/springframework/spring-batch/trunk + + + Spring Framework + http://www.springframework.org + + + + + org.springframework.aws + spring-aws-maven + 1.1.1 + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.3 + + once + + **/*Tests.java + + + **/Abstract*.java + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + junitreport + site + + + Creating JUnit reports + + + + + + + + + + + run + + + + cleandata + pre-site + + + Removing test data + + + + + + + + + run + + + + + + ant + ant-junit + 1.6.5 + + + + + maven-clean-plugin + + + + ${basedir} + + activemq-data + derby-home + amqstore + .clover + surefire* + + false + + + + + + + + + infrastructure + + + + + true + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + com.interface21.maven + maven-external-report-plugin + 1.0 + + JUnit Report + JUnit test results for this project + junit-reports + + + + org.codehaus.mojo + jdepend-maven-plugin + + + maven-javadoc-plugin + + + 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/logging/api/ + http://jakarta.apache.org/commons/pool/apidocs/ + http://www.junit.org/junit/javadoc/ + http://logging.apache.org/log4j/docs/api/ + http://jakarta.apache.org/regexp/apidocs/ + http://jakarta.apache.org/velocity/api/ + + + + + + + http://www.springframework.org/spring-batch + + spring-milestone + Spring Milestone Repository + s3://maven.springframework.org/milestone + + + spring-snapshot + Spring Snapshot Repository + s3://maven.springframework.org/snapshot + + + static.springframework.org + + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-batch/site + + + diff --git a/spring-batch.iml b/spring-batch.iml deleted file mode 100644 index 9f553394e..000000000 --- a/spring-batch.iml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/spring-batch.ipr b/spring-batch.ipr deleted file mode 100644 index 66a409c98..000000000 --- a/spring-batch.ipr +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/spring-batch.iws b/spring-batch.iws deleted file mode 100644 index 541a811e1..000000000 --- a/spring-batch.iws +++ /dev/null @@ -1,672 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -