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:
parent
b9391d98b1
commit
5b26865d56
1 changed files with 109 additions and 109 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue