Fix broken build

This commit is contained in:
dsyer
2009-09-10 05:52:00 +00:00
parent 694a5423d9
commit 046e1f8c12

View File

@@ -32,6 +32,7 @@
<bean id="jobLoader" class="org.springframework.batch.core.configuration.support.ClassPathXmlJobLoader" >
<property name="jobPaths" value="jobs/skipSampleJob.xml" />
<property name="jobRegistry" ref="jobRegistry"/>
</bean>
<bean id="jobRegistry" class="org.springframework.batch.core.configuration.support.MapJobRegistry" />