SGF-462 - adding appinfo hint to client-region element

-  This allows IDEs to figure out the correct type for this element

Closes PR #85

(cherry picked from commit c5431091978bb650b786653e1737ea9c1dd85bff)
This commit is contained in:
Eitan Suez
2016-01-12 15:23:00 -06:00
committed by Jens Deppe
parent b01c8a56ee
commit df075a5d99

View File

@@ -2177,7 +2177,18 @@ Defines a template for creating multiple GemFire Client Regions that all share a
</xsd:annotation>
</xsd:element>
<!-- -->
<xsd:element name="client-region" type="clientRegionType"/>
<xsd:element name="client-region" type="clientRegionType">
<xsd:annotation>
<xsd:documentation source="org.springframework.data.gemfire.ClientRegionFactoryBean"><![CDATA[
Defines a GemFire Client Region
]]></xsd:documentation>
<xsd:appinfo>
<tool:annotation>
<tool:exports type="com.gemstone.gemfire.cache.Region"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<!-- -->
<xsd:complexType name="connectionType">
<xsd:attribute name="host" type="xsd:string">