1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-07 00:05:53 +02:00

Fix extension point schema

This commit is contained in:
Anton Leherbauer 2006-12-04 16:21:06 +00:00
parent b9391d98b1
commit 5b26865d56

View file

@ -12,7 +12,7 @@
<element name="extension"> <element name="extension">
<complexType> <complexType>
<sequence> <sequence minOccurs="1" maxOccurs="unbounded">
<element ref="provider"/> <element ref="provider"/>
</sequence> </sequence>
<attribute name="point" type="string" use="required"> <attribute name="point" type="string" use="required">