mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
dont' change launch id
This commit is contained in:
parent
eadd32c9aa
commit
6ee3315f3b
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
|||
delegate="org.eclipse.cdt.launch.internal.LocalAttachLaunchDelegate"
|
||||
modes="debug"
|
||||
public="true"
|
||||
id="org.eclipse.cdt.launch.localAttachLaunch">
|
||||
id="org.eclipse.cdt.launch.localAttachCLaunch">
|
||||
</launchConfigurationType>
|
||||
<launchConfigurationType
|
||||
name="%CoreFileCDTLaunch.name"
|
||||
|
@ -61,7 +61,7 @@
|
|||
</launchConfigurationTypeImage>
|
||||
<launchConfigurationTypeImage
|
||||
icon="icons/c_app.gif"
|
||||
configTypeID="org.eclipse.cdt.launch.localAttachLaunch"
|
||||
configTypeID="org.eclipse.cdt.launch.localAttachCLaunch"
|
||||
id="org.eclipse.cdt.launch.localAttachLaunchImage">
|
||||
</launchConfigurationTypeImage>
|
||||
<launchConfigurationTypeImage
|
||||
|
@ -78,7 +78,7 @@
|
|||
id="org.eclipse.cdt.launch.localRunLaunchTabGroup">
|
||||
</launchConfigurationTabGroup>
|
||||
<launchConfigurationTabGroup
|
||||
type="org.eclipse.cdt.launch.localAttachLaunch"
|
||||
type="org.eclipse.cdt.launch.localAttachCLaunch"
|
||||
class="org.eclipse.cdt.launch.internal.ui.LocalAttachLaunchConfigurationTabGroup"
|
||||
id="org.eclipse.cdt.launch.localAttachLaunchTabGroup">
|
||||
</launchConfigurationTabGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue