diff --git a/pom.xml b/pom.xml index 8f22d371c..126046da5 100644 --- a/pom.xml +++ b/pom.xml @@ -507,6 +507,11 @@ Apache Foundation Snapshot Repository http://people.apache.org/maven-snapshot-repository + + objectstyle + ObjectStyle.org Repository + http://objectstyle.org/maven2/ + diff --git a/spring-batch-core/.classpath b/spring-batch-core/.classpath index 71e6e0204..cf6e1ec71 100644 --- a/spring-batch-core/.classpath +++ b/spring-batch-core/.classpath @@ -5,21 +5,21 @@ - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/spring-batch-core/.project b/spring-batch-core/.project index 876c4799d..72d80b047 100644 --- a/spring-batch-core/.project +++ b/spring-batch-core/.project @@ -1,24 +1,19 @@ - - - spring-batch-core - Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc. - - spring-batch-infrastructure - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.eclipse.jdt.core.javanature - org.springframework.ide.eclipse.core.springnature - - + + spring-batch-core + Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc. + + spring-batch-infrastructure + + + + org.eclipse.jdt.core.javabuilder + + + org.springframework.ide.eclipse.core.springbuilder + + + + org.eclipse.jdt.core.javanature + org.springframework.ide.eclipse.core.springnature + + \ No newline at end of file diff --git a/spring-batch-execution/.classpath b/spring-batch-execution/.classpath index 2096f79ec..28e8f1c1e 100644 --- a/spring-batch-execution/.classpath +++ b/spring-batch-execution/.classpath @@ -5,24 +5,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - \ No newline at end of file diff --git a/spring-batch-execution/.project b/spring-batch-execution/.project index 29c286e5f..05226aa73 100644 --- a/spring-batch-execution/.project +++ b/spring-batch-execution/.project @@ -1,25 +1,20 @@ - - - spring-batch-execution - Execution tools and implementations of Spring Batch Core interfaces - - spring-batch-infrastructure - spring-batch-core - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.eclipse.jdt.core.javanature - org.springframework.ide.eclipse.core.springnature - - + + spring-batch-execution + Execution tools and implementations of Spring Batch Core interfaces + + spring-batch-core + spring-batch-infrastructure + + + + org.eclipse.jdt.core.javabuilder + + + org.springframework.ide.eclipse.core.springbuilder + + + + org.eclipse.jdt.core.javanature + org.springframework.ide.eclipse.core.springnature + + \ No newline at end of file diff --git a/spring-batch-infrastructure/.classpath b/spring-batch-infrastructure/.classpath index 88628b90b..71ea09190 100644 --- a/spring-batch-infrastructure/.classpath +++ b/spring-batch-infrastructure/.classpath @@ -4,40 +4,40 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + - - + + + + - - + - + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/spring-batch-infrastructure/.project b/spring-batch-infrastructure/.project index 17bd77597..4de522fc0 100644 --- a/spring-batch-infrastructure/.project +++ b/spring-batch-infrastructure/.project @@ -1,23 +1,17 @@ - - - spring-batch-infrastructure - The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations. - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.eclipse.jdt.core.javanature - org.springframework.ide.eclipse.core.springnature - - + + spring-batch-infrastructure + The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations. + + + + org.eclipse.jdt.core.javabuilder + + + org.springframework.ide.eclipse.core.springbuilder + + + + org.eclipse.jdt.core.javanature + org.springframework.ide.eclipse.core.springnature + + \ No newline at end of file diff --git a/spring-batch-integration/.classpath b/spring-batch-integration/.classpath index a10767971..e55ff548a 100644 --- a/spring-batch-integration/.classpath +++ b/spring-batch-integration/.classpath @@ -5,42 +5,42 @@ - - - - - - - - - + + - - - - - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/spring-batch-integration/.project b/spring-batch-integration/.project index caa9db6b6..08bdf20c3 100644 --- a/spring-batch-integration/.project +++ b/spring-batch-integration/.project @@ -1,24 +1,19 @@ - - - spring-batch-integration - Integration tests for the Spring Batch Infrastructure - - spring-batch-infrastructure - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.eclipse.jdt.core.javanature - org.springframework.ide.eclipse.core.springnature - - + + spring-batch-integration + Integration tests for the Spring Batch Infrastructure + + spring-batch-infrastructure + + + + org.eclipse.jdt.core.javabuilder + + + org.springframework.ide.eclipse.core.springbuilder + + + + org.eclipse.jdt.core.javanature + org.springframework.ide.eclipse.core.springnature + + \ No newline at end of file diff --git a/spring-batch-samples/.classpath b/spring-batch-samples/.classpath index 49979a9e9..db8064be3 100644 --- a/spring-batch-samples/.classpath +++ b/spring-batch-samples/.classpath @@ -5,52 +5,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/spring-batch-samples/.project b/spring-batch-samples/.project index a0e200e80..0b7c469ff 100644 --- a/spring-batch-samples/.project +++ b/spring-batch-samples/.project @@ -1,44 +1,33 @@ - - - spring-batch-samples - Example batch jobs using Spring Batch Core and Execution. - - spring-batch-infrastructure - spring-batch-core - spring-batch-execution - - - - com.ibm.etools.common.migration.MigrationBuilder - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.wst.validation.validationbuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.eclipse.jdt.core.javanature - org.springframework.ide.eclipse.core.springnature - org.eclipse.wst.common.project.facet.core.nature - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.eclipse.jem.workbench.JavaEMFNature - - + + spring-batch-samples + Example batch jobs using Spring Batch Core and Execution. + + spring-batch-execution + spring-batch-core + spring-batch-infrastructure + + + + com.ibm.etools.common.migration.MigrationBuilder + + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + + org.eclipse.wst.validation.validationbuilder + + + org.springframework.ide.eclipse.core.springbuilder + + + + org.eclipse.jdt.core.javanature + org.springframework.ide.eclipse.core.springnature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jem.workbench.JavaEMFNature + + \ No newline at end of file