diff --git a/spring-batch-samples/.springBeans b/spring-batch-samples/.springBeans index a7c754fdf..59737c92d 100644 --- a/spring-batch-samples/.springBeans +++ b/spring-batch-samples/.springBeans @@ -1,7 +1,7 @@ 1 - + @@ -70,6 +70,7 @@ src/test/resources/org/springframework/batch/sample/PartitionJobFunctionalTests-context.xml src/main/resources/jobs/multilineOrderValidator.xml src/main/resources/jobs/restartFileSampleJob.xml + src/main/resources/jobs/taskletJob.xml diff --git a/spring-batch-samples/src/main/resources/jobs/taskletJob.xml b/spring-batch-samples/src/main/resources/jobs/taskletJob.xml index 83dbe057a..8a3679790 100644 --- a/spring-batch-samples/src/main/resources/jobs/taskletJob.xml +++ b/spring-batch-samples/src/main/resources/jobs/taskletJob.xml @@ -1,31 +1,36 @@ - + - + + + - + - - - + + + - - - + + +