mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
dont' change launch id
This commit is contained in:
parent
06924de632
commit
eadd32c9aa
1 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
|||
delegate="org.eclipse.cdt.launch.internal.CoreFileLaunchDelegate"
|
||||
modes="debug"
|
||||
public="true"
|
||||
id="org.eclipse.cdt.launch.coreFileLaunch">
|
||||
id="org.eclipse.cdt.launch.coreFileCLaunch">
|
||||
</launchConfigurationType>
|
||||
</extension>
|
||||
<extension
|
||||
|
@ -66,7 +66,7 @@
|
|||
</launchConfigurationTypeImage>
|
||||
<launchConfigurationTypeImage
|
||||
icon="icons/c_app.gif"
|
||||
configTypeID="org.eclipse.cdt.launch.coreFileLaunch"
|
||||
configTypeID="org.eclipse.cdt.launch.coreFileCLaunch"
|
||||
id="org.eclipse.cdt.launch.coreFileLaunchImage">
|
||||
</launchConfigurationTypeImage>
|
||||
</extension>
|
||||
|
@ -83,7 +83,7 @@
|
|||
id="org.eclipse.cdt.launch.localAttachLaunchTabGroup">
|
||||
</launchConfigurationTabGroup>
|
||||
<launchConfigurationTabGroup
|
||||
type="org.eclipse.cdt.launch.coreFileLaunch"
|
||||
type="org.eclipse.cdt.launch.coreFileCLaunch"
|
||||
class="org.eclipse.cdt.launch.internal.ui.CoreFileLaunchConfigurationTabGroup"
|
||||
id="org.eclipse.cdt.launch.voreFileCLaunchTabGroup">
|
||||
</launchConfigurationTabGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue