Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2010-05-19 18:29:24 +0000
committerDarin Wright2010-05-19 18:29:24 +0000
commit4ea79359f47ecb7d9481ac0cd58482b89a63be1e (patch)
tree1f76c168864339cb300abd1fbf564c71f7d58efc /org.eclipse.debug.core/plugin.xml
parent5df5921b3c3350803b4a5064b1c78ba6f46a6d01 (diff)
downloadeclipse.platform.debug-4ea79359f47ecb7d9481ac0cd58482b89a63be1e.tar.gz
eclipse.platform.debug-4ea79359f47ecb7d9481ac0cd58482b89a63be1e.tar.xz
eclipse.platform.debug-4ea79359f47ecb7d9481ac0cd58482b89a63be1e.zip
Bug 284557 - Default Launchers preference settings are not imported
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index 7db501732..19ba532a6 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -234,6 +234,9 @@
<initializer
class="org.eclipse.debug.internal.core.DebugPreferenceInitializer">
</initializer>
+ <modifier
+ class="org.eclipse.debug.internal.core.PreferredDelegateModifyListener">
+ </modifier>
</extension>
<!-- ===================================== -->

Back to the top