BATCH-1163: In Batch xsd, elements in <job/> should be unordered

This commit is contained in:
dhgarrette
2009-03-20 07:07:09 +00:00
parent b72b7ae14d
commit dc71fe4431
4 changed files with 63 additions and 60 deletions

View File

@@ -22,7 +22,7 @@
<next on="COMPLETED WITH SKIPS" to="errorPrint1" />
<fail on="FAILED" exit-code="FAILED"/>
</step>
<step id="errorPrint1" tasklet="errorLogTasklet" next="step2"/>
<step id="step2" ref="secondPass" next="skipCheckingDecision"/>