More POM migrations

This commit is contained in:
dsyer
2008-11-06 18:21:35 +00:00
parent 8a1eae327c
commit 3191f76f39
7 changed files with 224 additions and 212 deletions

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
<context:component-scan base-package="org.springframework.batch.core.annotation">
<context:include-filter type="annotation" expression="org.springframework.batch.core.annotation.BatchComponent"/>
<context:component-scan base-package="org.springframework.batch.core.annotation">
<context:include-filter type="annotation" expression="org.springframework.batch.core.annotation.BatchComponent"/>
</context:component-scan>
</beans>
</beans>