Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2010-10-21 19:22:34 +0000
committerDarin Wright2010-10-21 19:22:34 +0000
commitab73cd0ab97104e7a32d5ef1706ce7d143380f31 (patch)
treed9bce916bbd3955bbb79443fe47b7516fd5322d0 /org.eclipse.debug.examples.ui/plugin.xml
parentb35e26213d302155b4a5809b32401af95ce9d257 (diff)
downloadeclipse.platform.debug-ab73cd0ab97104e7a32d5ef1706ce7d143380f31.tar.gz
eclipse.platform.debug-ab73cd0ab97104e7a32d5ef1706ce7d143380f31.tar.xz
eclipse.platform.debug-ab73cd0ab97104e7a32d5ef1706ce7d143380f31.zip
Bug 328295 - Launch button disabled after failed launch
Diffstat (limited to 'org.eclipse.debug.examples.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.examples.ui/plugin.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/org.eclipse.debug.examples.ui/plugin.xml b/org.eclipse.debug.examples.ui/plugin.xml
index 0507e30ba..96f52f139 100644
--- a/org.eclipse.debug.examples.ui/plugin.xml
+++ b/org.eclipse.debug.examples.ui/plugin.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?> <!--
- Copyright (c) 2005, 2009 IBM Corporation and others.
+ Copyright (c) 2005, 2010 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -477,4 +477,13 @@
</enablement>
</renderingBindings>
</extension>
+ <extension
+ point="org.eclipse.debug.core.statusHandlers">
+ <statusHandler
+ class="org.eclipse.debug.examples.ui.midi.launcher.ExampleLaunchStatusHandler"
+ code="303"
+ id="org.eclipse.debug.examples.ui.status.handler.launch"
+ plugin="org.eclipse.debug.examples.core">
+ </statusHandler>
+ </extension>
</plugin>

Back to the top