Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-12-06 22:04:36 +0000
committerDarin Wright2006-12-06 22:04:36 +0000
commit944f9543f9cd2c705c4baa4261abef0ccd9d6442 (patch)
treeb612b82e2ee51edd40c90db2fb7d86b3d9206089 /org.eclipse.debug.ui/plugin.xml
parent1c469d3dc66eb0b98c80570b275f9ca5d4ec712f (diff)
downloadeclipse.platform.debug-944f9543f9cd2c705c4baa4261abef0ccd9d6442.tar.gz
eclipse.platform.debug-944f9543f9cd2c705c4baa4261abef0ccd9d6442.tar.xz
eclipse.platform.debug-944f9543f9cd2c705c4baa4261abef0ccd9d6442.zip
Bug 166408 VM Capabilities property page shows up unexpectedly
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index e7edd71a6..be642dd6a 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2043,6 +2043,13 @@ M4 = Platform-specific fourth key
class="org.eclipse.debug.internal.ui.views.console.ProcessTypePropertyTester"
properties="processTypeTest"
id="org.eclipse.jdt.debug.ui.JavaConsolePropertyTester"/>
+ <propertyTester
+ class="org.eclipse.debug.internal.ui.DebugModelPropertyTester"
+ id="org.eclipse.debug.ui.debugElementProperties"
+ namespace="org.eclipse.debug.ui"
+ properties="getModelIdentifier,isTerminatedOrDisconnected"
+ type="org.eclipse.core.runtime.IAdaptable">
+ </propertyTester>
</extension>
<!-- Context extensions -->
<extension

Back to the top