BATCH-1089: tweak getting-started again
This commit is contained in:
@@ -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>
|
||||
+---------------
|
||||
|
||||
|
||||
@@ -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...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user