Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2017-12-01 19:02:47 +0000
committerDoug Schaefer2017-12-01 19:04:51 +0000
commitd6a1c13e5c70cd73c5b764ba18f341d883099fd2 (patch)
treee8ec39fedf11f03c8fcc5c79417088a23f419b9a /core/org.eclipse.cdt.ui/plugin.xml
parent4eb76a4edeb208ae54b94fcd56734ec90d2db643 (diff)
downloadorg.eclipse.cdt-d6a1c13e5c70cd73c5b764ba18f341d883099fd2.tar.gz
org.eclipse.cdt-d6a1c13e5c70cd73c5b764ba18f341d883099fd2.tar.xz
org.eclipse.cdt-d6a1c13e5c70cd73c5b764ba18f341d883099fd2.zip
Cleanup Core Build Preference pages.
Move Toolchains directly under C/C++ and rename to Core Build Toolchains. Add a label describing what the toolchains are for in hope of avoiding confusion with managed build. Also move Qt into C/C++. Change-Id: Ia1d76087c65b26562d1001243ea355c7ac32365e
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index 1238dad5ed8..904df5b5528 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -5030,5 +5030,14 @@
</adapter>
</factory>
</extension>
+ <extension
+ point="org.eclipse.ui.preferencePages">
+ <page
+ category="org.eclipse.cdt.ui.preferences.CPluginPreferencePage"
+ class="org.eclipse.cdt.ui.build.ToolChainPreferencePage"
+ id="org.eclipse.cdt.cmake.ui.page.toolchains"
+ name="%toolchains.preferences.name">
+ </page>
+ </extension>
</plugin>

Back to the top