blob: 6579845e8244cb91b9dd585d8daa26f54b946a0e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<warning descr="Namespace declaration is never used">xmlns:batch="http://www.spring<caret>framework.org/schema/batch"</warning>
xsi:schemaLocation="http://www.springframework.org/schema/beans spring-beans-2.5.xsd
http://www.springframework.org/schema/batch spring-batch-2.1.xsd">
<step id="abstractStep" abstract="true" xmlns="http://www.springframework.org/schema/batch"/>
</beans>