Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.services/schema/services.exsd')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.services/schema/services.exsd13
1 files changed, 2 insertions, 11 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/schema/services.exsd b/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/schema/services.exsd
index f1d14ce06..5247e16bd 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/schema/services.exsd
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/schema/services.exsd
@@ -59,7 +59,6 @@ If a enablement expression is specified, the service context is passed in as def
</annotation>
<complexType>
<sequence>
- <element ref="class" minOccurs="0" maxOccurs="1"/>
<element ref="enablement" minOccurs="0" maxOccurs="1"/>
<element ref="serviceType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
@@ -82,13 +81,6 @@ The service implementation class must be specified either by the class attribute
</documentation>
</annotation>
</attribute>
- <attribute name="plugin" type="string">
- <annotation>
- <documentation>
- The name of the requested contributing bundle if different from the bundle declaring the contribution.
- </documentation>
- </annotation>
- </attribute>
</complexType>
</element>
@@ -161,7 +153,7 @@ The service implementation class must be specified either by the class attribute
<attribute name="bundleId" type="string">
<annotation>
<documentation>
- The unique id of the bundle which contains the class loader required to load the service type class. If not specified, the plugin&apos;s own class loader is used.
+ The unique id of the bundle which contains the class loader required to load the service type class. If not specified, the plug-in&apos;s own class loader is used.
</documentation>
</annotation>
</attribute>
@@ -188,8 +180,7 @@ The service implementation class must be specified either by the class attribute
&lt;extension point=&quot;org.eclipse.tcf.te.runtime.services&quot;&gt;
&lt;service
id=&quot;org.eclipse.tcf.te.runtime.service.myService&quot;
- class=&quot;org.eclipse.tcf.te.runtime.service.MyServiceImpl&quot;
- label=&quot;Service Contribution Example&quot;&gt;
+ class=&quot;org.eclipse.tcf.te.runtime.service.MyServiceImpl&quot;&gt;
&lt;serviceType class=&quot;org.eclipse.tcf.te.runtime.interfaces.services.IMyServiceInterface&quot;/&gt;
&lt;/service&gt;
&lt;/extension&gt;

Back to the top