mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
dont' change launch id
This commit is contained in:
parent
316f9255b6
commit
06924de632
1 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
delegate="org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate"
|
||||
modes="run,debug"
|
||||
public="true"
|
||||
id="org.eclipse.cdt.launch.localRunLaunch">
|
||||
id="org.eclipse.cdt.launch.localCLaunch">
|
||||
</launchConfigurationType>
|
||||
<launchConfigurationType
|
||||
name="%LocalAttachCDTLaunch.name"
|
||||
|
@ -56,7 +56,7 @@
|
|||
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
|
||||
<launchConfigurationTypeImage
|
||||
icon="icons/c_app.gif"
|
||||
configTypeID="org.eclipse.cdt.launch.localRunLaunch"
|
||||
configTypeID="org.eclipse.cdt.launch.localCLaunch"
|
||||
id="org.eclipse.cdt.launch.localRunLaunchImage">
|
||||
</launchConfigurationTypeImage>
|
||||
<launchConfigurationTypeImage
|
||||
|
@ -73,7 +73,7 @@
|
|||
<extension
|
||||
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
|
||||
<launchConfigurationTabGroup
|
||||
type="org.eclipse.cdt.launch.localRunLaunch"
|
||||
type="org.eclipse.cdt.launch.localCLaunch"
|
||||
class="org.eclipse.cdt.launch.internal.ui.LocalRunLaunchConfigurationTabGroup"
|
||||
id="org.eclipse.cdt.launch.localRunLaunchTabGroup">
|
||||
</launchConfigurationTabGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue