#3 - Fixed declaration of exported type in namespace XSD.

This commit is contained in:
Oliver Gierke
2012-11-22 10:04:26 +01:00
parent 3f941603a7
commit ccadfe6a50

View File

@@ -36,7 +36,7 @@
</xsd:documentation>
<xsd:appinfo>
<tool:annotation>
<tool:exports identifier="@id" type="org.synyx.plugin.core.PluginRegistry" />
<tool:exports type="org.springframework.plugin.core.OrderAwarePluginRegistry" />
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>