%ProjectTypePages
Identifier:
org.eclipse.cdt.ui.projectTypePages
Since:
[Enter the first release in which this extension point appears.]
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 CDATA #REQUIRED
projectType CDATA #REQUIRED
class CDATA #IMPLIED
>
- id -
- projectType -
- class -
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]