dhgarrette cae54225a8 BATCH-1011:
spring-batch-2.0.xsd:
   * Renamed <stop/> to <pause/>
   * Added <fail/>
   
  StepParser.java
   * Added capabilities to parse <pause/> and <fail/>
   * Changed the semantics of the status= attribute so that it modifies the ExitStatus instead of BatchStatus.
   * BatchStatus is determined by the element (end, fail, pause)
   
  EndState.java
   * Added storage for ExitStatus in addition to the existing BatchStatus since both will need to be saved from the parser
2009-02-05 20:42:31 +00:00
2009-01-30 14:09:28 +00:00
2009-02-04 18:47:59 +00:00
2009-02-05 20:42:31 +00:00
2009-02-05 07:50:23 +00:00
Description
No description provided
109 MiB
Languages
Java 99.6%
HTML 0.3%
XSLT 0.1%