Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.tcf.debug.ui/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tcf.debug.ui/plugin.xml b/plugins/org.eclipse.tcf.debug.ui/plugin.xml
index a589b7406..0894ffbf2 100644
--- a/plugins/org.eclipse.tcf.debug.ui/plugin.xml
+++ b/plugins/org.eclipse.tcf.debug.ui/plugin.xml
@@ -104,6 +104,7 @@
<with variable="selection">
<count value="1"/>
<iterate>
+ <instanceof value="org.eclipse.core.runtime.IAdaptable"/>
<test
forcePluginActivation="true"
property="org.eclipse.tcf.launch.isExecutable"/>

Back to the top