mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Depend on org.eclipse.boot
This commit is contained in:
parent
ef34e01089
commit
2f4b323387
1 changed files with 2 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue