mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 11:03:28 +02:00
schema fixes
This commit is contained in:
parent
cb19d69cff
commit
88d14ca7c4
2 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
<attribute name="id" type="string">
|
||||
<attribute name="id" type="string" use="required">
|
||||
<annotation>
|
||||
<documentation>
|
||||
|
||||
|
@ -50,7 +50,6 @@
|
|||
project nature ids associated with this provider. IDs are separated by the semicolon.
|
||||
Each time the Build Active configuration gets changed, the project natures set gets adjusted by removing natures associated with the previously active configuration and adding natures associated with the new actove configuration.
|
||||
This allows to adjust, e.g. the builders to be used with the project, etc.
|
||||
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
|
|
|
@ -14,6 +14,9 @@ This functionality might be used, e.g. by the External SDKs to allow automatic a
|
|||
|
||||
<element name="extension">
|
||||
<complexType>
|
||||
<sequence>
|
||||
<element ref="provider"/>
|
||||
</sequence>
|
||||
<attribute name="point" type="string" use="required">
|
||||
<annotation>
|
||||
<documentation>
|
||||
|
|
Loading…
Add table
Reference in a new issue