Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-12-18 18:43:29 +0000
committerDarin Wright2006-12-18 18:43:29 +0000
commit2665c873f55d9595bbb6a339957666da036eda1d (patch)
tree1b9d7782df9940ff84af6b532322787c9a685827 /org.eclipse.debug.core/plugin.xml
parent054c623a8f0e3c0ade493098749955a87dcfffaa (diff)
downloadeclipse.platform.debug-2665c873f55d9595bbb6a339957666da036eda1d.tar.gz
eclipse.platform.debug-2665c873f55d9595bbb6a339957666da036eda1d.tar.xz
eclipse.platform.debug-2665c873f55d9595bbb6a339957666da036eda1d.zip
Bug 168434 move debug commands to core plug-in
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index 3d927fd01..9de7ced51 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -160,5 +160,11 @@
id="org.eclipse.debug.core.sourceLocatorMementoComparator">
</launchConfigurationComparator>
</extension>
+ <extension
+ point="org.eclipse.core.runtime.preferences">
+ <initializer
+ class="org.eclipse.debug.inernal.core.DebugPreferenceInitializer">
+ </initializer>
+ </extension>
</plugin>

Back to the top