Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/schema/bindings.exsd4
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/schema/handlers.exsd4
2 files changed, 4 insertions, 4 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/schema/bindings.exsd b/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/schema/bindings.exsd
index 1265f1a70..fe0131db8 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/schema/bindings.exsd
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/schema/bindings.exsd
@@ -6,7 +6,7 @@
<meta.schema plugin="org.eclipse.tcf.te.runtime.statushandler" id="bindings" name="Status Handler Bindings Extension Point"/>
</appinfo>
<documentation>
- This extension point is used to declare the Target Explorer status handler bindings.
+ This extension point is used to declare the status handler bindings.
&lt;p&gt;
&lt;b&gt;Note:&lt;/b&gt; For the enablement expression evaluation, note that only the default variable is set and it is non-iterable. The default variable is set to the handler context, which is typically the object calling the status handler.
</documentation>
@@ -54,7 +54,7 @@
<element name="binding">
<annotation>
<documentation>
- Declares a Target Explorer status handler binding.
+ Declares a status handler binding.
</documentation>
</annotation>
<complexType>
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/schema/handlers.exsd b/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/schema/handlers.exsd
index faf5d9fb4..2de8e61a9 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/schema/handlers.exsd
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/schema/handlers.exsd
@@ -6,7 +6,7 @@
<meta.schema plugin="org.eclipse.tcf.te.runtime.statushandler" id="handlers" name="Status Handler Extension Point"/>
</appinfo>
<documentation>
- This extension point is used to allow the contribution of new Target Explorer status handler.
+ This extension point is used to allow the contribution of new status handler.
</documentation>
</annotation>
@@ -50,7 +50,7 @@
<element name="handler">
<annotation>
<documentation>
- Declares a Target Explorer status handler contribution.
+ Declares a status handler contribution.
</documentation>
</annotation>
<complexType>

Back to the top