RESOLVED - issue BATCH-460: beanRefContext still exists in samples src/main/resources

This commit is contained in:
dsyer
2008-03-14 17:24:34 +00:00
parent ec2c66885d
commit f3faf8f795
2 changed files with 0 additions and 12 deletions

View File

@@ -26,7 +26,6 @@
<config>src/main/resources/jobs/ibatisJob.xml</config>
<config>src/main/resources/jobs/compositeProcessorSampleJob.xml</config>
<config>src/main/resources/jobs/footballJob.xml</config>
<config>src/main/resources/beanRefContext.xml</config>
<config>src/main/resources/jobs/delegatingJob.xml</config>
<config>src/main/resources/jobs/parallelJob.xml</config>
<config>src/main/resources/jobs/retrySample.xml</config>

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<bean id="batchExecutionEnvironment" class="org.springframework.context.support.ClassPathXmlApplicationContext">
<constructor-arg>
<value>simple-container-definition.xml</value>
</constructor-arg>
</bean>
</beans>