Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.tests/plugin.xml')
-rw-r--r--org.eclipse.debug.tests/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.tests/plugin.xml b/org.eclipse.debug.tests/plugin.xml
index acfac4c0a..c9492fd93 100644
--- a/org.eclipse.debug.tests/plugin.xml
+++ b/org.eclipse.debug.tests/plugin.xml
@@ -62,6 +62,12 @@
modes="run, debug"
name="%launchConfigurationType.name">
</launchConfigurationType>
+ <launchConfigurationType
+ delegate="org.eclipse.debug.tests.launching.CancellingLaunchDelegate"
+ id="cancelling.type"
+ modes="run"
+ name="%launchConfigurationType.name.0">
+ </launchConfigurationType>
</extension>
<extension
id="debugFS"

Back to the top