Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-02-01 21:47:41 +0000
committerDarin Wright2008-02-01 21:47:41 +0000
commitabeaaec8c949f0897cbf4fc755cf4891845f5315 (patch)
treee7bf6a570e20c9efe477db75f94691ed3f9d55da /org.eclipse.debug.core/plugin.xml
parent5fa30d6552916d2d488586a6b591f93850b7d1b9 (diff)
downloadeclipse.platform.debug-abeaaec8c949f0897cbf4fc755cf4891845f5315.tar.gz
eclipse.platform.debug-abeaaec8c949f0897cbf4fc755cf4891845f5315.tar.xz
eclipse.platform.debug-abeaaec8c949f0897cbf4fc755cf4891845f5315.zip
Bug 208062 - First context menu has mysterious Run As/Debug As/Profile As menu entries
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index 75fc4a97d..e9ded979a 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -167,4 +167,16 @@
</initializer>
</extension>
+<!-- ===================================== -->
+<!-- property testers -->
+<!-- ===================================== -->
+ <extension point="org.eclipse.core.expressions.propertyTesters">
+ <propertyTester
+ namespace="org.eclipse.debug.core"
+ properties="launchable"
+ type="java.lang.Object"
+ class="org.eclipse.debug.internal.core.LaunchablePropertyTester"
+ id="org.eclipse.debug.core.propertyTesters.launchable">
+ </propertyTester>
+ </extension>
</plugin>

Back to the top