1
0
Fork 0
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:
David Inglis 2004-10-19 19:40:57 +00:00
parent 316f9255b6
commit 06924de632

View file

@ -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>