CConfigurationData provider
Identifier:
org.eclipse.cdt.core.CConfigurationDataProvider
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (provider)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #REQUIRED
name CDATA #IMPLIED>
<!ELEMENT provider EMPTY>
<!ATTLIST provider
natures CDATA #IMPLIED
class CDATA #REQUIRED
conflictingNatures CDATA #IMPLIED>
- natures - 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.
- class - class implementing the org.eclipse.cdt.core.settings.model.extension.CConfigurationDataProvider
- conflictingNatures - project nature ids to be unset for 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 natures conflicting for the new active configuration and adding natures associated with the new active configuration.
This allows to adjust, e.g. the builders to be used with the project, etc.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]