Build Properties

Identifier:
org.eclipse.cdt.managedbuilder.core.buildProperties

Since:
[Enter the first release in which this extension point appears.]

Description:
[Enter description of this extension point.]

Configuration Markup:

<!ELEMENT extension (propertyType* , propertyValue*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

The build properties extension point is used to specify the property types and their values to be used with the tool definitions. The primary use if the build properties for now is option anablement/adjustment expressions.



<!ELEMENT propertyType EMPTY>

<!ATTLIST propertyType

id   CDATA #REQUIRED

name CDATA #REQUIRED>

specifies the property type



<!ELEMENT propertyValue EMPTY>

<!ATTLIST propertyValue

id       CDATA #REQUIRED

name     CDATA #REQUIRED

property CDATA #REQUIRED>


Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]