Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2008-03-11 13:55:11 +0000
committerCurtis Windatt2008-03-11 13:55:11 +0000
commit423b3052172863ff92e568d89c64250bb29a3f4f (patch)
tree20c7518de779022efaef012c817fb9c6c473a277 /org.eclipse.debug.examples.ui
parent2d63ba1f17879df21962a96189e2e55250a388ca (diff)
downloadeclipse.platform.debug-423b3052172863ff92e568d89c64250bb29a3f4f.tar.gz
eclipse.platform.debug-423b3052172863ff92e568d89c64250bb29a3f4f.tar.xz
eclipse.platform.debug-423b3052172863ff92e568d89c64250bb29a3f4f.zip
Take advantage of adapter fix in debug platform
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.examples.ui/plugin.xml b/org.eclipse.debug.examples.ui/plugin.xml
index 6bc3dc8a7..388e265a5 100644
--- a/org.eclipse.debug.examples.ui/plugin.xml
+++ b/org.eclipse.debug.examples.ui/plugin.xml
@@ -237,6 +237,9 @@
<adapter
type="org.eclipse.debug.internal.ui.viewers.model.provisional.IColumnPresentationFactory">
</adapter>
+ <adapter
+ type="org.eclipse.debug.core.commands.IStepOverHandler">
+ </adapter>
</factory>
<factory
adaptableType="org.eclipse.debug.examples.core.midi.launcher.SequencerControl"

Back to the top