From 9d49d2b21be1103aeec7f25020916154418fd553 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 24 Nov 2008 21:45:42 +0000 Subject: [PATCH] Modified schema so that 'input-channel' and 'output-channel' attributes are not required. This will enable those elements to be used within a top-level 'chain' element. --- .../integration/xml/config/spring-integration-xml-1.0.xsd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.springframework.integration.xml/src/main/java/org/springframework/integration/xml/config/spring-integration-xml-1.0.xsd b/org.springframework.integration.xml/src/main/java/org/springframework/integration/xml/config/spring-integration-xml-1.0.xsd index 747c2b6401..a039c1cd57 100644 --- a/org.springframework.integration.xml/src/main/java/org/springframework/integration/xml/config/spring-integration-xml-1.0.xsd +++ b/org.springframework.integration.xml/src/main/java/org/springframework/integration/xml/config/spring-integration-xml-1.0.xsd @@ -96,7 +96,7 @@ - + @@ -171,8 +171,8 @@ - - + + \ No newline at end of file