Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2016-09-12 01:30:25 +0000
committerDoug Schaefer2016-09-12 15:14:17 +0000
commitb26917be9068d14b7fa5d5c6b2fdcc1228a0e445 (patch)
tree362c69a1a312cff5d4e8221cf45fc541fd2faed9 /toolchains
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 'toolchains')
-rw-r--r--toolchains/arduino/org.eclipse.cdt.arduino.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchains/arduino/org.eclipse.cdt.arduino.core/plugin.xml b/toolchains/arduino/org.eclipse.cdt.arduino.core/plugin.xml
index a513f8502e6..06fd3d964ea 100644
--- a/toolchains/arduino/org.eclipse.cdt.arduino.core/plugin.xml
+++ b/toolchains/arduino/org.eclipse.cdt.arduino.core/plugin.xml
@@ -37,7 +37,7 @@
<descriptorType
class="org.eclipse.cdt.arduino.core.internal.launch.ArduinoLaunchDescriptorType"
id="org.eclipse.cdt.arduino.core.descriptorType"
- priority="5">
+ priority="20">
<enablement>
<instanceof
value="org.eclipse.core.resources.IProject">

Back to the top