mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 221505
Moves all extensions of org.eclipse.dd.gdb.launch.ui into org.eclipse.dd.gdb.launch. org.eclipse.dd.gdb.launch.ui will be removed
This commit is contained in:
parent
72792685ee
commit
e820790108
3 changed files with 28 additions and 1 deletions
|
@ -6,6 +6,7 @@ Bundle-SymbolicName: org.eclipse.dd.gdb.launch; singleton:=true
|
||||||
Bundle-Version: 1.0.0
|
Bundle-Version: 1.0.0
|
||||||
Bundle-Activator: org.eclipse.dd.gdb.launch.internal.GdbLaunchPlugin
|
Bundle-Activator: org.eclipse.dd.gdb.launch.internal.GdbLaunchPlugin
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
org.eclipse.dd.gdb
|
org.eclipse.dd.gdb,
|
||||||
|
org.eclipse.dd.gdb.ui
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||||
|
|
BIN
plugins/org.eclipse.dd.gdb.launch/icons/full/obj16/c_app.gif
Normal file
BIN
plugins/org.eclipse.dd.gdb.launch/icons/full/obj16/c_app.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
|
@ -21,4 +21,30 @@
|
||||||
sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer">
|
sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer">
|
||||||
</launchConfigurationType>
|
</launchConfigurationType>
|
||||||
</extension>
|
</extension>
|
||||||
|
<extension
|
||||||
|
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
|
||||||
|
<launchConfigurationTabGroup
|
||||||
|
class="org.eclipse.dd.gdb.internal.ui.launching.GdbLocalRunLaunchConfigurationTabGroup"
|
||||||
|
id="org.eclipse.dd.gdb.launch.localRunLaunchTabGroup"
|
||||||
|
type="org.eclipse.dd.gdb.launch.localCLaunch">
|
||||||
|
</launchConfigurationTabGroup>
|
||||||
|
<launchConfigurationTabGroup
|
||||||
|
class="org.eclipse.dd.gdb.internal.ui.launching.GdbRemoteRunLaunchConfigurationTabGroup"
|
||||||
|
id="org.eclipse.dd.gdb.launch.remoteRunLaunchTabGroup"
|
||||||
|
type="org.eclipse.dd.gdb.launch.remoteCLaunch">
|
||||||
|
</launchConfigurationTabGroup>
|
||||||
|
</extension>
|
||||||
|
<extension
|
||||||
|
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
|
||||||
|
<launchConfigurationTypeImage
|
||||||
|
configTypeID="org.eclipse.dd.gdb.launch.localCLaunch"
|
||||||
|
icon="icons/full/obj16/c_app.gif"
|
||||||
|
id="org.eclipse.dd.gdb.launch.localRunLaunchImage">
|
||||||
|
</launchConfigurationTypeImage>
|
||||||
|
<launchConfigurationTypeImage
|
||||||
|
configTypeID="org.eclipse.dd.gdb.launch.remoteCLaunch"
|
||||||
|
icon="icons/full/obj16/c_app.gif"
|
||||||
|
id="org.eclipse.dd.gdb.launch.remoteRunLaunchImage">
|
||||||
|
</launchConfigurationTypeImage>
|
||||||
|
</extension>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue