Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2004-04-16 21:52:42 +0000
committerKevin Barnes2004-04-16 21:52:42 +0000
commit6079bb7780866666327b7cf7c3b3a01c54e901da (patch)
treeed0d87e97eb00dd7d68504580a395afbc49e0a38 /org.eclipse.debug.ui/plugin.xml
parent5a905b21fd4c33544ae1ef953401e4634dd51f40 (diff)
downloadeclipse.platform.debug-6079bb7780866666327b7cf7c3b3a01c54e901da.tar.gz
eclipse.platform.debug-6079bb7780866666327b7cf7c3b3a01c54e901da.tar.xz
eclipse.platform.debug-6079bb7780866666327b7cf7c3b3a01c54e901da.zip
Bug 55419 - Generalize compilation error detection for other launchers
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index d861729b7..4b37ab4ba 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1205,7 +1205,13 @@
code="201"
class="org.eclipse.debug.internal.ui.launchConfigurations.DebugModePromptStatusHandler"
id="org.eclipse.debug.ui.statusHandler.debugModePromptStatusHandler">
- </statusHandler>
+ </statusHandler>
+ <statusHandler
+ plugin="org.eclipse.debug.core"
+ code="202"
+ class="org.eclipse.debug.internal.ui.launchConfigurations.CompileErrorPromptStatusHandler"
+ id="org.eclipse.debug.ui.statusHandler.compileErrorPromptStatusHandler">
+ </statusHandler>
</extension>
<extension
point="org.eclipse.debug.ui.launchGroups">

Back to the top