BATCH-1089: tweak getting-started again

This commit is contained in:
dsyer
2009-02-20 10:20:40 +00:00
parent 8118d7393d
commit 71cd147449
2 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.0.0.rc1</version>
<version>2.0.0.RC1</version>
</dependency>
+---------------
@@ -122,7 +122,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.0.0.rc1</version>
<version>2.0.0.RC1</version>
</dependency>
+---------------

View File

@@ -49,9 +49,9 @@ $ mvn test
* Open Eclipse and make a workspace in the directory you just created.
* Import the samples project from the samples directory.
* Import the <<<org.springframework.batch.samples>>> project from the samples directory.
* Add all the jar files in the distribution as library dependencies (except <<<spring-batch-samples-<versionId>.jar>>>). There are jars in <<<samples/lib>>> and in <<<sources/lib>>>, including some duplicates.
* Add all the jar files in the distribution as library dependencies (except <<<spring-batch-samples-<versionId>.jar>>>). There are jars in <<<samples/lib>>>, <<<sources>>> and in <<<sources/lib>>>, including some duplicates.
* Force the workspace to build (e.g. Project -> Clean...)