Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-12-17 01:59:02 +0000
committerAlain Magloire2003-12-17 01:59:02 +0000
commit2f4b3233873bdb9ff1dbf18b72f282c5670d4780 (patch)
tree237d61473497c3361fb35a173a45fae593101832 /launch/org.eclipse.cdt.launch/plugin.xml
parentef34e010899f725db3ea18541203ce7a1d7b61c0 (diff)
downloadorg.eclipse.cdt-2f4b3233873bdb9ff1dbf18b72f282c5670d4780.tar.gz
org.eclipse.cdt-2f4b3233873bdb9ff1dbf18b72f282c5670d4780.tar.xz
org.eclipse.cdt-2f4b3233873bdb9ff1dbf18b72f282c5670d4780.zip
Depend on org.eclipse.boot
Diffstat (limited to 'launch/org.eclipse.cdt.launch/plugin.xml')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index f9221e7ec79..3482717311e 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -22,6 +22,7 @@
<import plugin="org.eclipse.cdt.ui"/>
<import plugin="org.eclipse.cdt.debug.core"/>
<import plugin="org.eclipse.cdt.debug.ui"/>
+ <import plugin="org.eclipse.core.boot"/>
</requires>
@@ -73,8 +74,8 @@
<shortcut
label="C Local Application"
icon="icons/c_app.gif"
- modes="run, debug"
class="org.eclipse.cdt.launch.internal.CApplicationLaunchShortcut"
+ modes="run, debug"
id="org.eclipse.cdt.debug.ui.localCShortcut">
<perspective
id="org.eclipse.cdt.ui.CPerspective">

Back to the top