adjusted package for 'expected-type' in XSD tooling

This commit is contained in:
Mark Fisher
2010-07-28 16:05:47 +00:00
parent f39dfae179
commit 46c2f2599e
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@
</xsd:documentation>
<xsd:appinfo>
<tool:annotation>
<tool:expected-type type="org.springframework.integration.channel.SubscribableChannel"/>
<tool:expected-type type="org.springframework.integration.core.SubscribableChannel"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>

View File

@@ -373,7 +373,7 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.channel.ChannelResolver"/>
<tool:expected-type type="org.springframework.integration.core.ChannelResolver"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
@@ -515,7 +515,7 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.channel.ChannelResolver"/>
<tool:expected-type type="org.springframework.integration.core.ChannelResolver"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>