Skip to main content
summaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorMarc Khouzam2016-03-09 01:58:21 +0000
committerMarc Khouzam2016-03-10 10:30:15 +0000
commit6a61206d08f25467891b42285948a0076b64bedf (patch)
tree79a8d931b08f52d32db5480837c2c799ea070563 /launch
parentb2db38b873d0cdbfb77ec68261fe297f612eb9c0 (diff)
downloadorg.eclipse.cdt-6a61206d08f25467891b42285948a0076b64bedf.tar.gz
org.eclipse.cdt-6a61206d08f25467891b42285948a0076b64bedf.tar.xz
org.eclipse.cdt-6a61206d08f25467891b42285948a0076b64bedf.zip
Bug 484900: Remove old process prompter
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index f1bfcf58854..4cc54cdc212 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -206,12 +206,6 @@
id="org.eclipse.cdt.launch.statusHandler.processPrompter">
</statusHandler>
<statusHandler
- code="1001"
- plugin="org.eclipse.cdt.launch"
- class="org.eclipse.cdt.launch.internal.ui.CoreFilePrompter"
- id="org.eclipse.cdt.launch.statusHandler.coreFilePrompter">
- </statusHandler>
- <statusHandler
class="org.eclipse.cdt.launch.internal.ui.BuildErrPrompter"
code="1002"
id="org.eclipse.cdt.launch.statusHandler.buildErrPrompter"

Back to the top