ToolChain Modification Info

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

Description:

Configuration Markup:

<!ELEMENT extension (conflictDefinition*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #REQUIRED

name  CDATA #REQUIRED>


<!ELEMENT matchObject (pattern*)>

<!ATTLIST matchObject

objectIds     CDATA #IMPLIED

objectType    (toolChain|tool|builder|configuration)

searchScope   (ALL_EXTENSION_SUPERCLASSES|EXTENSION_OBJECT) "EXTENSION_SUPERCLASSES"

objectIdsType (REGEXP|EXACT_MATCH) "EXACT_MATCH">

specifies the buildObject pattern to be matched.



<!ELEMENT conflictDefinition (matchObject)>

represents templates for objects conflicting with each other.
See the "Calculating Tool-chain modification info from the “objects-set” info" section for more information
the "status" object for this element represents the status information to be applied in case the given conflictingSet information is not fulfilled.



<!ELEMENT pattern EMPTY>

<!ATTLIST pattern

objectIds     CDATA #REQUIRED

type          (EXACT_MATCH|REGEXP) "EXACT_MATCH"

searchScope   (ALL_EXTENSION_SUPERCLASSES|EXTENSION_OBJECT) "EXTENSION_SUPERCLASSES"

objectIdsType (REGEXP|EXACT_MATCH) >

specifies a string pattern



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