1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

added natureID to Cproject schema to help recover missing .cdtproject files

This commit is contained in:
David Inglis 2004-03-25 19:43:00 +00:00
parent fd4c0586df
commit 5dbac920c0

View file

@ -44,13 +44,20 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
Class which implements org.eclipse.cdt.core.ICOwner
</documentation>
<appInfo>
<meta.attribute kind="java"/>
</appInfo>
</annotation>
</attribute>
<attribute name="natureID" type="string">
<annotation>
<documentation>
This is a nature ID which the owner has. This is used to restore a ICDescriptor which has been deleted. If this is not provided the descriptor will be restore with no owner. A project with multiple natures will use the first matching nature searched in the reverse order in the Project Description.
</documentation>
</annotation>
</attribute>
</complexType>
</element>