1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 11:03:28 +02:00

schema fixes

This commit is contained in:
Mikhail Sennikovsky 2007-04-17 11:19:22 +00:00
parent cb19d69cff
commit 88d14ca7c4
2 changed files with 4 additions and 2 deletions

View file

@ -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>

View file

@ -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>