Service Contributions
Identifier:
org.eclipse.ptp.services.ui.serviceContributions
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (serviceContributor)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT serviceContributor EMPTY>
<!ATTLIST serviceContributor
id CDATA #REQUIRED
class CDATA #REQUIRED>
- id - the ID of the service making this UI conribution.
- class - a fully qualified name of the Java class implementing org.eclipse.ptp.services.ui.IServiceContributor.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]