%ProjectTypePages
Identifier:
org.eclipse.cdt.ui.projectTypePages
Description:
This extension is used to register a page in the CDT new project wizard to support
specifying additional information based on the project type associated with a template.
Configuration Markup:
<!ELEMENT extension (projectTypePage+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT projectTypePage EMPTY>
<!ATTLIST projectTypePage
id IDREF #REQUIRED
projectType CDATA #REQUIRED
class CDATA #IMPLIED>
- id -
- projectType -
- class -