Template Associations

org.eclipse.cdt.core.templateAssociations

This extension point was added in CDT 4.0

This extension point facilitates adding new toolchains generated from a different plugin to already defined template without modifying template definition.

<!ELEMENT extension (template+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point added to Template Engine plugin. Any plugin, which intends to contribute XML templates to Temaplate Engine has to extend this extension point, and add template element.



<!ELEMENT toolChain EMPTY>

<!ATTLIST toolChain

id CDATA #REQUIRED>


<!ELEMENT template (toolChain*)>

<!ATTLIST template

id CDATA #REQUIRED>