INT-2710 - Remove hard-coded schema references

For reference see: https://jira.springsource.org/browse/INT-2710
This commit is contained in:
Gunnar Hillert
2012-08-27 11:20:54 -04:00
committed by Gary Russell
parent 35ccb61b31
commit dad4eac9ac
36 changed files with 143 additions and 143 deletions

View File

@@ -264,7 +264,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:int="http://www.springframework.org/schema/integration"
xsi:schemaLocation="http://www.springframework.org/schema/integration
http://www.springframework.org/schema/integration/spring-integration-2.1.xsd
http://www.springframework.org/schema/integration/spring-integration-2.2.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
...