From 28c57bac04567c323a1e16d62fd33fa16110134b Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 16 Sep 2009 05:12:49 +0000 Subject: [PATCH] Fixed the broken build --- .../src/main/resources/META-INF/spring.handlers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.integration/src/main/resources/META-INF/spring.handlers b/org.springframework.integration/src/main/resources/META-INF/spring.handlers index a74163c091..992546e207 100644 --- a/org.springframework.integration/src/main/resources/META-INF/spring.handlers +++ b/org.springframework.integration/src/main/resources/META-INF/spring.handlers @@ -1 +1 @@ -http\://www.springframework.org/schema/integration-osgi=org.springframework.integration.osgi.config.xml.IntegrationOSGiNamespaceHandler \ No newline at end of file +http\://www.springframework.org/schema/integration=org.springframework.integration.config.xml.IntegrationNamespaceHandler \ No newline at end of file