From 994f108303204f2f623257af0a3c137fa5949bf0 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 5 Feb 2009 09:31:58 +0000 Subject: [PATCH] Add more tooling support --- .../configuration/xml/spring-batch-2.0.xsd | 42 +++++++++++-------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd b/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd index 3144ee024..daf5ad253 100644 --- a/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd +++ b/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd @@ -1,9 +1,7 @@ - @@ -20,7 +18,8 @@ Defines a job composed of a set of steps and transitions between steps. The job will be exposed - in the enclosing + in + the enclosing bean factory as a component of type Job that can be launched using a JobLauncher. @@ -31,8 +30,7 @@ - + - + - + - + @@ -219,7 +216,18 @@ - + + + + A class name used to create a listener. + + + + + + + +