Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2016-11-11 18:10:16 +0000
committerGerrit Code Review @ Eclipse.org2016-11-11 21:24:40 +0000
commit03051c91ab83ac8f532fb0cbea256449b76a6f1b (patch)
treead559c8d9247917a233abf795abed1b049612378 /launch/org.eclipse.cdt.launch/plugin.xml
parentc31b45b5ccb46371b60972992b6a220843be1200 (diff)
downloadorg.eclipse.cdt-03051c91ab83ac8f532fb0cbea256449b76a6f1b.tar.gz
org.eclipse.cdt-03051c91ab83ac8f532fb0cbea256449b76a6f1b.tar.xz
org.eclipse.cdt-03051c91ab83ac8f532fb0cbea256449b76a6f1b.zip
Implement Qt build tab for the launch config dialog.
Make sure Core Build handles the properties set by these tabs correctly. A bunch of string externalization too. Change-Id: I54a61b4d2520a0952c43608169747e792826062e
Diffstat (limited to 'launch/org.eclipse.cdt.launch/plugin.xml')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index fb521cdfd42..9fb7db2cad8 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -147,7 +147,7 @@
<launchConfigurationTabGroup
class="org.eclipse.cdt.launch.internal.corebuild.LocalLaunchConfigurationTabGroup"
id="org.eclipse.cdt.launch.launchConfigurationTabGroup.local"
- type="org.eclipse.cdt.debug.core.localLaunchConfigurationType">
+ type="org.eclipse.cdt.debug.core.localCoreBuildLaunchConfigType">
</launchConfigurationTabGroup>
</extension>
</plugin>

Back to the top