mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +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"
|
delegate="org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate"
|
||||||
modes="run,debug"
|
modes="run,debug"
|
||||||
public="true"
|
public="true"
|
||||||
id="org.eclipse.cdt.launch.localRunLaunch">
|
id="org.eclipse.cdt.launch.localCLaunch">
|
||||||
</launchConfigurationType>
|
</launchConfigurationType>
|
||||||
<launchConfigurationType
|
<launchConfigurationType
|
||||||
name="%LocalAttachCDTLaunch.name"
|
name="%LocalAttachCDTLaunch.name"
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
|
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
|
||||||
<launchConfigurationTypeImage
|
<launchConfigurationTypeImage
|
||||||
icon="icons/c_app.gif"
|
icon="icons/c_app.gif"
|
||||||
configTypeID="org.eclipse.cdt.launch.localRunLaunch"
|
configTypeID="org.eclipse.cdt.launch.localCLaunch"
|
||||||
id="org.eclipse.cdt.launch.localRunLaunchImage">
|
id="org.eclipse.cdt.launch.localRunLaunchImage">
|
||||||
</launchConfigurationTypeImage>
|
</launchConfigurationTypeImage>
|
||||||
<launchConfigurationTypeImage
|
<launchConfigurationTypeImage
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
|
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
|
||||||
<launchConfigurationTabGroup
|
<launchConfigurationTabGroup
|
||||||
type="org.eclipse.cdt.launch.localRunLaunch"
|
type="org.eclipse.cdt.launch.localCLaunch"
|
||||||
class="org.eclipse.cdt.launch.internal.ui.LocalRunLaunchConfigurationTabGroup"
|
class="org.eclipse.cdt.launch.internal.ui.LocalRunLaunchConfigurationTabGroup"
|
||||||
id="org.eclipse.cdt.launch.localRunLaunchTabGroup">
|
id="org.eclipse.cdt.launch.localRunLaunchTabGroup">
|
||||||
</launchConfigurationTabGroup>
|
</launchConfigurationTabGroup>
|
||||||
|
|
Loading…
Add table
Reference in a new issue