Merge pull request #642 from garyrussell/INT-2767

INT-2767 Remove Unused Test Config
This commit is contained in:
Mark Fisher
2012-10-10 19:08:25 -04:00

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns="http://www.springframework.org/schema/integration"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:beans="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/integration
http://www.springframework.org/schema/integration/spring-integration.xsd">
<poller id="noSync" fixed-delay="3000"/>
<poller id="syncTrue" fixed-delay="3000" synchronized="true" />
<poller id="syncFalse" fixed-delay="3000" synchronized="false" />
</beans:beans>