Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-12-19 14:37:38 +0000
committerMichael Rennie2006-12-19 14:37:38 +0000
commit6ab0713012d8ce1e57076a646975a8c020b67c38 (patch)
treec98cb7d7f222c86a96e849189de8d8f60a84b695 /org.eclipse.debug.core/plugin.xml
parent10ae437ef40a6f85723c0867cbdf79047b7f45be (diff)
downloadeclipse.platform.debug-6ab0713012d8ce1e57076a646975a8c020b67c38.tar.gz
eclipse.platform.debug-6ab0713012d8ce1e57076a646975a8c020b67c38.tar.xz
eclipse.platform.debug-6ab0713012d8ce1e57076a646975a8c020b67c38.zip
Bug 168525
Loading Debug Core plug-in causes ClassNotFoundException
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index 9de7ced51..75fc4a97d 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -163,7 +163,7 @@
<extension
point="org.eclipse.core.runtime.preferences">
<initializer
- class="org.eclipse.debug.inernal.core.DebugPreferenceInitializer">
+ class="org.eclipse.debug.internal.core.DebugPreferenceInitializer">
</initializer>
</extension>

Back to the top