Skip to main content
summaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorKen Ryall2007-04-29 18:35:55 +0000
committerKen Ryall2007-04-29 18:35:55 +0000
commit7f0a47c1e20fff9b9e221f93710d1f1c6def7790 (patch)
treeade0deae533d66a7095595ca702b21ac33bb825e /launch
parent55a8f89f929cd25df18876a8f9f56f09a3ed7815 (diff)
downloadorg.eclipse.cdt-7f0a47c1e20fff9b9e221f93710d1f1c6def7790.tar.gz
org.eclipse.cdt-7f0a47c1e20fff9b9e221f93710d1f1c6def7790.tar.xz
org.eclipse.cdt-7f0a47c1e20fff9b9e221f93710d1f1c6def7790.zip
Add the configuration type for the launch shortcut.
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index 362f3650f79..e0672588dd0 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -101,7 +101,10 @@
<perspective
id="org.eclipse.debug.ui.DebugPerspective">
</perspective>
- </shortcut>
+ <configurationType
+ id="org.eclipse.cdt.launch.localCLaunch">
+ </configurationType>
+ </shortcut>
</extension>
<!-- Property testers -->
<extension point="org.eclipse.core.expressions.propertyTesters">

Back to the top