Skip to content

Commit d99f25c

Browse files
committed
389: Add category to update site
* Restored update site * Fixed the category file * Added module back to pom
1 parent cfac210 commit d99f25c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/it.baeyens.arduino.feature_3.0.0.qualifier.jar" id="it.baeyens.arduino.feature" version="3.0.0.qualifier"/>
4-
<category-def name="Arduino" label="Arduino"/>
3+
<feature url="features/it.baeyens.arduino.feature_3.0.0.qualifier.jar" id="it.baeyens.arduino.feature" version="3.0.0.qualifier">
4+
<category name="Arduino"/>
5+
</feature>
6+
<category-def name="Arduino" label="Arduino Eclipse Plugins">
7+
<description>
8+
If you are starting with arduino or micro controllers in general I strongly advice to start using the Arduino IDE.
9+
10+
The arduino eclipse plugin is easy to set-up (though harder than the Arduino IDE) and easy to use. It has the same icons for verify upload and serial monitor as the Arduino IDE.
11+
</description>
12+
</category-def>
513
</site>

0 commit comments

Comments
 (0)