diff options
author | Doug Schaefer | 2016-08-09 18:54:14 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2016-08-10 15:17:41 +0000 |
commit | 20c4e5ba88ba4fa3be972642f5f03de546e9b864 (patch) | |
tree | 78ca1332198a89fd29ef3545f8adb8b35dddfabc /toolchains | |
parent | 35921b4bbd22c58d3aa3c4317a6132a1c85943f0 (diff) | |
download | org.eclipse.cdt-20c4e5ba88ba4fa3be972642f5f03de546e9b864.tar.gz org.eclipse.cdt-20c4e5ba88ba4fa3be972642f5f03de546e9b864.tar.xz org.eclipse.cdt-20c4e5ba88ba4fa3be972642f5f03de546e9b864.zip |
Get CMake projects created and building. New C/C++ Project Wizard.
Fixed up CMake new project creation. Hooked up the CMake build config
properly.
Introducing the New C/C++ Project Wizard that hold all the new project
types: Arduino, Qt, CMake.
Change-Id: I9f9c8b1f51b136515fe226c15059cdbb99106275
Diffstat (limited to 'toolchains')
-rw-r--r-- | toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml b/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml index 29945bb71f8..b42d003a32f 100644 --- a/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml +++ b/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml @@ -142,12 +142,15 @@ id="org.eclipse.cdt.arduino.ui.template.sketch" label="Arduino C++ Sketch" wizard="org.eclipse.cdt.arduino.ui.internal.project.NewArduinoCPPSketchWizard"> - <tagReference - id="org.eclipse.cdt.arduino.ui.tag"> - </tagReference> <description> A single C++ file with empty setup() and loop() functions. </description> + <tagReference + id="org.eclipse.cdt.arduino.ui.tag"> + </tagReference> + <tagReference + id="org.eclipse.cdt.ui.cdtTag"> + </tagReference> </template> </extension> <extension |