Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-04-12 19:37:00 +0000
committerMichael Rennie2006-04-12 19:37:00 +0000
commit8866ae988e6b7e6a48d74354e06113ed498cad7d (patch)
tree9b2d89dc1f7920f08c11a849d57f2deec40342dc /org.eclipse.debug.ui/plugin.xml
parent767e59d87a40cbdad1c5e18f59fcd3aed84cc37e (diff)
downloadeclipse.platform.debug-8866ae988e6b7e6a48d74354e06113ed498cad7d.tar.gz
eclipse.platform.debug-8866ae988e6b7e6a48d74354e06113ed498cad7d.tar.xz
eclipse.platform.debug-8866ae988e6b7e6a48d74354e06113ed498cad7d.zip
matches for rename refactor of DeleteLaunchConfigurations
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index cb353ee00..2b74d9c56 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1331,7 +1331,7 @@
id="org.eclipse.debug.ui.statusHandler.saveScopedResources"
plugin="org.eclipse.debug.core"/>
<statusHandler
- class="org.eclipse.debug.internal.ui.launchConfigurations.DeleteLaunchConfigurations"
+ class="org.eclipse.debug.internal.ui.launchConfigurations.DeleteLaunchConfigurationStatusHandler"
code="225"
id="org.eclipse.debug.ui.deleteAssociatedLaunchConfigs"
plugin="org.eclipse.debug.core"/>

Back to the top