Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2015-12-30 00:09:19 +0000
committerDoug Schaefer2015-12-31 01:12:30 +0000
commit73805d2ea45b4da3c179c13373401a4fff28f240 (patch)
treead3b6543e28e3cae5683e562567cf5c48128bc8c /toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml
parentd8a72d1080f7ac06b5582981fe6a65d00d88301e (diff)
downloadorg.eclipse.cdt-73805d2ea45b4da3c179c13373401a4fff28f240.tar.gz
org.eclipse.cdt-73805d2ea45b4da3c179c13373401a4fff28f240.tar.xz
org.eclipse.cdt-73805d2ea45b4da3c179c13373401a4fff28f240.zip
Bug 484994 - Migrate Mars Arduino support to Neon.
This brings the master branch up to date with everything we've done in the 8.8 branch. Adjusts for the new ILaunchTarget and targeted launch delegate. Also has a start at making more things common in the new build system. With three extenders of it now in CDT, i.e. Qt, CMake, and Arduino, it's obvious we can make things more common and make new extenders less work. Also undoes some of the work I've done to get Arduino onto the new build system. Will need to redo it as we do the new common stuff. Change-Id: I51ce768e0fc60e29c16b05567bd9802d64e33779
Diffstat (limited to 'toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml')
-rw-r--r--toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml b/toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml
index 4a4e5afdf8f..d89247c15f9 100644
--- a/toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml
+++ b/toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml
@@ -12,6 +12,6 @@
</parent>
<artifactId>org.eclipse.cdt.arduino.core</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top