Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2016-09-12 01:30:25 +0000
committerDoug Schaefer2016-09-12 15:14:17 +0000
commitb26917be9068d14b7fa5d5c6b2fdcc1228a0e445 (patch)
tree362c69a1a312cff5d4e8221cf45fc541fd2faed9 /build/org.eclipse.cdt.cmake.core/plugin.xml
parenta6062a2b985ae2856d0ee5c8d79220c8be8b02ea (diff)
downloadorg.eclipse.cdt-b26917be9068d14b7fa5d5c6b2fdcc1228a0e445.tar.gz
org.eclipse.cdt-b26917be9068d14b7fa5d5c6b2fdcc1228a0e445.tar.xz
org.eclipse.cdt-b26917be9068d14b7fa5d5c6b2fdcc1228a0e445.zip
Introduce Core Build launches and Launch Bar integration.
Unify launching for projects that use the new Core Build system. Starts with CMake projects. We'll do Qt projects next. Change-Id: I14af8e99decd54cc6548095b3ad3e054c550aea2
Diffstat (limited to 'build/org.eclipse.cdt.cmake.core/plugin.xml')
-rw-r--r--build/org.eclipse.cdt.cmake.core/plugin.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/build/org.eclipse.cdt.cmake.core/plugin.xml b/build/org.eclipse.cdt.cmake.core/plugin.xml
index 2673e5b6d95..b907d39959a 100644
--- a/build/org.eclipse.cdt.cmake.core/plugin.xml
+++ b/build/org.eclipse.cdt.cmake.core/plugin.xml
@@ -12,39 +12,6 @@
</runtime>
</extension>
<extension
- point="org.eclipse.launchbar.core.launchBarContributions">
- <descriptorType
- class="org.eclipse.cdt.cmake.core.internal.CMakeLaunchDescriptorType"
- id="org.eclipse.cdt.cmake.core.descriptorType"
- priority="10">
- <enablement>
- <instanceof
- value="org.eclipse.core.resources.IProject">
- </instanceof>
- <test
- forcePluginActivation="true"
- property="org.eclipse.core.resources.projectNature"
- value="org.eclipse.cdt.cmake.core.cmakeNature">
- </test>
- </enablement>
- </descriptorType>
- <configProvider
- class="org.eclipse.cdt.cmake.core.internal.CMakeLaunchConfigurationProvider"
- descriptorType="org.eclipse.cdt.cmake.core.descriptorType"
- priority="10">
- </configProvider>
- </extension>
- <extension
- point="org.eclipse.debug.core.launchConfigurationTypes">
- <launchConfigurationType
- delegate="org.eclipse.cdt.cmake.core.internal.CMakeLaunchConfigurationDelegate"
- id="org.eclipse.cdt.cmake.core.launchConfigurationType"
- modes="run"
- name="CMake Application"
- public="true">
- </launchConfigurationType>
- </extension>
- <extension
point="org.eclipse.cdt.core.buildConfigProvider">
<provider
class="org.eclipse.cdt.cmake.core.internal.CMakeBuildConfigurationProvider"

Back to the top