Skip to content

Commit 591cbb4

Browse files
committed
Neon Support #484
Added neon support and made it the default build target.
1 parent ebd5fda commit 591cbb4

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

it.baeyens.arduino.parent/pom.xml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
<platform-version-name>mars</platform-version-name>
359359
</properties>
360360
<activation>
361-
<activeByDefault>true</activeByDefault>
361+
<activeByDefault>false</activeByDefault>
362362
</activation>
363363

364364
<repositories>
@@ -375,6 +375,36 @@
375375
</repository>
376376
</repositories>
377377
</profile>
378+
379+
<profile>
380+
<id>neon</id>
381+
<properties>
382+
<platform-version-name>neon</platform-version-name>
383+
</properties>
384+
<activation>
385+
<activeByDefault>true</activeByDefault>
386+
</activation>
387+
388+
<repositories>
389+
<repository>
390+
<id>platform_neon</id>
391+
<layout>p2</layout>
392+
<url> http://download.eclipse.org/eclipse/updates/4.6</url>
393+
</repository>
394+
395+
<repository>
396+
<id>release-train_neon</id>
397+
<layout>p2</layout>
398+
<url> http://download.eclipse.org/releases/neon</url>
399+
</repository>
400+
401+
<repository>
402+
<id>window_builder_neon</id>
403+
<layout>p2</layout>
404+
<url>http://download.eclipse.org/windowbuilder/WB/release/R201506241200-1/4.5/</url>
405+
</repository>
406+
</repositories>
407+
</profile>
378408
</profiles>
379409

380410
<repositories>

0 commit comments

Comments
 (0)