1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Create a Preview category and add Arduino to it.

Change-Id: I29e4e4ffd5b72a549db5aa485db15939498a6ba0
This commit is contained in:
Doug Schaefer 2015-09-09 10:19:11 -04:00
parent cd7319b883
commit 919698379f

View file

@ -2,6 +2,7 @@
<site>
<category-def name="main" label="CDT Main Features"/>
<category-def name="extra" label="CDT Optional Features"/>
<category-def name="preview" label="CDT Preview Features"/>
<feature url="features/org.eclipse.cdt_0.0.0.qualifier.jar" id="org.eclipse.cdt" version="0.0.0">
<category name="main"/>
</feature>
@ -93,5 +94,6 @@
<category name="extra"/>
</feature>
<feature id="org.eclipse.cdt.arduino">
<category name="preview"/>
</feature>
</site>