Enclosing tool elements within tool:annotation (INT-114).

This commit is contained in:
Mark Fisher
2008-12-15 21:42:05 +00:00
parent 9b4aa6daa1
commit e39ffc2380

View File

@@ -51,7 +51,9 @@
Defines a Point-to-Point MessageChannel.
</xsd:documentation>
<xsd:appinfo>
<tool:exports type="org.springframework.integration.core.MessageChannel"/>
<tool:annotation>
<tool:exports type="org.springframework.integration.core.MessageChannel"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
@@ -109,7 +111,9 @@
Defines a Publish-Subscribe channel that broadcasts messages to its subscribers.
</xsd:documentation>
<xsd:appinfo>
<tool:exports type="org.springframework.integration.core.MessageChannel"/>
<tool:annotation>
<tool:exports type="org.springframework.integration.core.MessageChannel"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>