mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +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"
|
delegate="org.eclipse.cdt.launch.internal.CoreFileLaunchDelegate"
|
||||||
modes="debug"
|
modes="debug"
|
||||||
public="true"
|
public="true"
|
||||||
id="org.eclipse.cdt.launch.coreFileLaunch">
|
id="org.eclipse.cdt.launch.coreFileCLaunch">
|
||||||
</launchConfigurationType>
|
</launchConfigurationType>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
</launchConfigurationTypeImage>
|
</launchConfigurationTypeImage>
|
||||||
<launchConfigurationTypeImage
|
<launchConfigurationTypeImage
|
||||||
icon="icons/c_app.gif"
|
icon="icons/c_app.gif"
|
||||||
configTypeID="org.eclipse.cdt.launch.coreFileLaunch"
|
configTypeID="org.eclipse.cdt.launch.coreFileCLaunch"
|
||||||
id="org.eclipse.cdt.launch.coreFileLaunchImage">
|
id="org.eclipse.cdt.launch.coreFileLaunchImage">
|
||||||
</launchConfigurationTypeImage>
|
</launchConfigurationTypeImage>
|
||||||
</extension>
|
</extension>
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
id="org.eclipse.cdt.launch.localAttachLaunchTabGroup">
|
id="org.eclipse.cdt.launch.localAttachLaunchTabGroup">
|
||||||
</launchConfigurationTabGroup>
|
</launchConfigurationTabGroup>
|
||||||
<launchConfigurationTabGroup
|
<launchConfigurationTabGroup
|
||||||
type="org.eclipse.cdt.launch.coreFileLaunch"
|
type="org.eclipse.cdt.launch.coreFileCLaunch"
|
||||||
class="org.eclipse.cdt.launch.internal.ui.CoreFileLaunchConfigurationTabGroup"
|
class="org.eclipse.cdt.launch.internal.ui.CoreFileLaunchConfigurationTabGroup"
|
||||||
id="org.eclipse.cdt.launch.voreFileCLaunchTabGroup">
|
id="org.eclipse.cdt.launch.voreFileCLaunchTabGroup">
|
||||||
</launchConfigurationTabGroup>
|
</launchConfigurationTabGroup>
|
||||||
|
|
Loading…
Add table
Reference in a new issue