External Settings provider
Identifier:
org.eclipse.cdt.core.externalSettingsProvider
Since:
4.0
Description:
The external settings provider would be used to specify provider of include/macro/libraryan settings to be used/applied for the build configuration associated with this provider.
Any number of setting providers can be associated with the build configurations.
This functionality might be used, e.g. by the External SDKs to allow automatic andjustment of the project settings for the projects using thes SDKs, e.g. adding include paths, symbols, etc.
Configuration Markup:
<!ELEMENT extension (provider)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #REQUIRED
name CDATA #REQUIRED>
<!ELEMENT provider EMPTY>
<!ATTLIST provider
class CDATA #REQUIRED>
- class - Class implementing org.eclipse.cdt.core.settings.model.extension.CExternalSettingProvider
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]