%expoint.templates.name

Identifier

org.eclipse.pde.ui.templates

Description

[Enter description of this extension point]

Markup

   <!ELEMENT extension (template+)>
   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT template EMPTY>
   <!ATTLIST template
     id    CDATA #REQUIRED
     name  CDATA #REQUIRED
     icon  CDATA #IMPLIED
     class CDATA #REQUIRED
   >

Example

[Enter extension point usage example here.]

API Information

[Enter API information here.]

Supplied Implementation

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