2002-08-13 04:05:02 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2003-11-24 18:31:03 +00:00
|
|
|
<?eclipse version="3.0"?>
|
2005-11-15 21:33:43 +00:00
|
|
|
<plugin>
|
2010-02-01 16:23:38 +00:00
|
|
|
<extension-point id="launchConfigAffinity" name="%launchConfigAffinity.name" schema="schema/launchConfigAffinity.exsd"/>
|
2016-09-27 23:35:36 -04:00
|
|
|
<extension-point id="coreBuildTab" name="Core Build Tab" schema="schema/coreBuildTab.exsd"/>
|
2002-08-13 04:05:02 +00:00
|
|
|
|
2005-11-15 21:33:43 +00:00
|
|
|
<extension
|
2009-02-27 22:38:54 +00:00
|
|
|
point="org.eclipse.debug.core.launchDelegates">
|
|
|
|
<launchDelegate
|
|
|
|
id="org.eclipse.cdt.cdi.launch.localCLaunch"
|
|
|
|
type="org.eclipse.cdt.launch.applicationLaunchType"
|
2016-03-18 13:20:30 -04:00
|
|
|
delegate="org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate"
|
2016-03-08 23:03:16 +00:00
|
|
|
modes="run"
|
2005-04-21 19:41:01 +00:00
|
|
|
name="%LocalCDTLaunch.name"
|
2009-02-27 22:38:54 +00:00
|
|
|
delegateDescription="%LocalCDTLaunch.description"
|
|
|
|
sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
|
|
|
|
sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer">
|
|
|
|
</launchDelegate>
|
2009-04-01 14:34:06 +00:00
|
|
|
<launchDelegate
|
|
|
|
delegate="org.eclipse.cdt.launch.internal.MultiLaunchConfigurationDelegate"
|
|
|
|
delegateDescription="%LaunchGroup.description"
|
|
|
|
id="org.eclipse.cdt.launch.launchGroup.delegate"
|
|
|
|
type="org.eclipse.cdt.launch.launchGroup"
|
|
|
|
modes="run,debug,profile"
|
|
|
|
name="%LaunchGroup.name"
|
|
|
|
sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
|
|
|
|
sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer">
|
|
|
|
</launchDelegate>
|
2002-08-13 04:05:02 +00:00
|
|
|
</extension>
|
2009-02-27 22:38:54 +00:00
|
|
|
|
2002-08-13 04:05:02 +00:00
|
|
|
<extension
|
2016-03-08 20:53:31 -05:00
|
|
|
point="org.eclipse.debug.ui.launchConfigurationTabs">
|
2010-05-14 01:50:46 +00:00
|
|
|
<!-- Run launch tabs-->
|
|
|
|
<tab
|
|
|
|
id="org.eclipse.cdt.cdi.launch.runApplicationLaunch.mainTab"
|
|
|
|
group="org.eclipse.cdt.launch.applicationRunLaunchTabGroup"
|
|
|
|
name="%MainLaunchTab.name"
|
2015-04-15 09:12:51 -04:00
|
|
|
class="org.eclipse.cdt.launch.ui.CMainTab2">
|
2010-05-14 01:50:46 +00:00
|
|
|
<associatedDelegate delegate="org.eclipse.cdt.cdi.launch.localCLaunch"/>
|
|
|
|
</tab>
|
|
|
|
<tab
|
|
|
|
id="org.eclipse.cdt.cdi.launch.runApplicationLaunch.argumentsTab"
|
|
|
|
group="org.eclipse.cdt.launch.applicationRunLaunchTabGroup"
|
|
|
|
name="%ArgumentsLaunchTab.name"
|
|
|
|
class="org.eclipse.cdt.launch.ui.CArgumentsTab">
|
|
|
|
<associatedDelegate delegate="org.eclipse.cdt.cdi.launch.localCLaunch"/>
|
|
|
|
<placement after="org.eclipse.cdt.cdi.launch.mainTab"/>
|
|
|
|
</tab>
|
|
|
|
<tab
|
|
|
|
id="org.eclipse.cdt.cdi.launch.runApplicationLaunch.environmentTab"
|
|
|
|
group="org.eclipse.cdt.launch.applicationRunLaunchTabGroup"
|
|
|
|
name="%EnvironmentLaunchTab.name"
|
|
|
|
class="org.eclipse.debug.ui.EnvironmentTab">
|
|
|
|
<associatedDelegate delegate="org.eclipse.cdt.cdi.launch.localCLaunch"/>
|
|
|
|
<placement after="org.eclipse.cdt.cdi.launch.argumentsTab"/>
|
|
|
|
</tab>
|
|
|
|
<tab
|
|
|
|
id="org.eclipse.cdt.cdi.launch.runApplicationLaunch.commonTab"
|
|
|
|
group="org.eclipse.cdt.launch.applicationRunLaunchTabGroup"
|
|
|
|
name="%CommonLaunchTab.name"
|
|
|
|
class="org.eclipse.debug.ui.CommonTab">
|
|
|
|
<associatedDelegate delegate="org.eclipse.cdt.cdi.launch.localCLaunch"/>
|
|
|
|
<placement after="org.eclipse.debug.ui.environmentTab"/>
|
|
|
|
</tab>
|
2004-04-23 13:37:24 +00:00
|
|
|
</extension>
|
2004-11-02 03:32:44 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.core.statusHandlers">
|
|
|
|
<statusHandler
|
|
|
|
code="100"
|
|
|
|
plugin="org.eclipse.cdt.launch"
|
|
|
|
class="org.eclipse.cdt.launch.internal.ui.ProcessPrompter"
|
|
|
|
id="org.eclipse.cdt.launch.statusHandler.processPrompter">
|
|
|
|
</statusHandler>
|
2010-05-25 20:26:14 +00:00
|
|
|
<statusHandler
|
|
|
|
class="org.eclipse.cdt.launch.internal.ui.BuildErrPrompter"
|
|
|
|
code="1002"
|
|
|
|
id="org.eclipse.cdt.launch.statusHandler.buildErrPrompter"
|
|
|
|
plugin="org.eclipse.cdt.launch">
|
|
|
|
</statusHandler>
|
|
|
|
<statusHandler
|
|
|
|
class="org.eclipse.cdt.launch.internal.ui.BuildErrPrompter"
|
|
|
|
code="1003"
|
|
|
|
id="org.eclipse.cdt.launch.statusHandler.buildErrPrompter"
|
|
|
|
plugin="org.eclipse.cdt.launch">
|
2004-11-02 03:32:44 +00:00
|
|
|
</statusHandler>
|
|
|
|
</extension>
|
2009-04-01 14:34:06 +00:00
|
|
|
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.core.launchConfigurationTypes">
|
|
|
|
<launchConfigurationType
|
|
|
|
id="org.eclipse.cdt.launch.launchGroup"
|
|
|
|
name="%LaunchGroup.name"
|
|
|
|
public="true">
|
|
|
|
</launchConfigurationType>
|
|
|
|
</extension>
|
|
|
|
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
|
|
|
|
<launchConfigurationTabGroup
|
2009-04-01 15:18:42 +00:00
|
|
|
class="org.eclipse.cdt.launch.internal.ui.MultiLaunchConfigurationTabGroup"
|
2009-04-01 14:34:06 +00:00
|
|
|
id="org.eclipse.cdt.launch.launchGroup.tabgroup"
|
|
|
|
type="org.eclipse.cdt.launch.launchGroup">
|
|
|
|
</launchConfigurationTabGroup>
|
|
|
|
</extension>
|
|
|
|
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
|
|
|
|
<launchConfigurationTypeImage
|
|
|
|
icon="icons/obj16/exec_obj.gif"
|
|
|
|
configTypeID="org.eclipse.cdt.launch.launchGroup"
|
|
|
|
id="org.eclipse.cdt.launch.launchGroup.image">
|
|
|
|
</launchConfigurationTypeImage>
|
|
|
|
</extension>
|
2009-04-23 20:22:24 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.ltk.core.refactoring.renameParticipants">
|
|
|
|
<renameParticipant
|
|
|
|
class="org.eclipse.cdt.launch.internal.refactoring.ResourceRenameParticipant"
|
|
|
|
id="org.eclipse.cdt.launch.resourceRenameParticipant"
|
|
|
|
name="%resourceRenameParticipant.name">
|
|
|
|
<enablement>
|
|
|
|
<with
|
|
|
|
variable="affectedNatures">
|
|
|
|
<iterate
|
|
|
|
ifEmpty="false"
|
|
|
|
operator="or">
|
|
|
|
<or>
|
|
|
|
<equals
|
|
|
|
value="org.eclipse.cdt.core.cnature">
|
|
|
|
</equals>
|
|
|
|
<equals
|
|
|
|
value="org.eclipse.cdt.core.ccnature">
|
|
|
|
</equals>
|
|
|
|
</or>
|
|
|
|
</iterate>
|
|
|
|
</with>
|
|
|
|
<with
|
|
|
|
variable="element">
|
|
|
|
<instanceof
|
|
|
|
value="org.eclipse.core.resources.IResource">
|
|
|
|
</instanceof>
|
|
|
|
</with>
|
|
|
|
</enablement>
|
|
|
|
</renameParticipant>
|
|
|
|
</extension>
|
2016-09-27 23:35:36 -04:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
|
|
|
|
<launchConfigurationTabGroup
|
|
|
|
class="org.eclipse.cdt.launch.internal.corebuild.LocalLaunchConfigurationTabGroup"
|
|
|
|
id="org.eclipse.cdt.launch.launchConfigurationTabGroup.local"
|
2016-11-11 13:10:16 -05:00
|
|
|
type="org.eclipse.cdt.debug.core.localCoreBuildLaunchConfigType">
|
2016-09-27 23:35:36 -04:00
|
|
|
</launchConfigurationTabGroup>
|
|
|
|
</extension>
|
2002-08-13 04:05:02 +00:00
|
|
|
</plugin>
|