BATCH-1179: Remove ref= attribute from <step/> in favor of parent=

This commit is contained in:
dhgarrette
2009-03-25 21:19:49 +00:00
parent 69c8cbc120
commit 69a6bf0751

View File

@@ -13,8 +13,8 @@
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd">
<job id="sampleFlowJob">
<step id="step1" ref="s1" next="step2"/>
<step id="step2" ref="s2"/>
<step id="step1" parent="s1" next="step2"/>
<step id="step2" parent="s2"/>
</job>
<beans:bean id="s1" parent="taskletStep">