Skip to content

Commit

Permalink
creating a autobuild repository category
Browse files Browse the repository at this point in the history
  • Loading branch information
jan committed Jan 17, 2025
1 parent bb71ffc commit 074a1fd
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions io.sloeber.updatesite/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<bundle id="io.sloeber.product">
<category name="product_ide"/>
</bundle>
<bundle id="io.sloeber.autoBuild">
<category name="autoBuild"/>
</bundle>
<bundle id="io.sloeber.autoBuild.ui">
<category name="autoBuild"/>
</bundle>
<category-def name="Sloeber" label="Sloeber Arduino IDE">
<description>
Sloeber, Arduino development in the Eclipse IDE.
Expand All @@ -16,7 +22,8 @@
Only select this if you are upgrading the Sloeber IDE
</description>
</category-def>
<repository-reference location="https://download.eclipse.org/releases/latest/" enabled="true" />
<repository-reference location="https://download.eclipse.org/eclipse/updates/latest" enabled="true" />
<repository-reference location="https://download.eclipse.org/nebula/releases/latest/" enabled="true" />
<category-def name="autoBuild" label="autoBuild"/>
<repository-reference location="https://download.eclipse.org/releases/latest/" name="" enabled="true" />
<repository-reference location="https://download.eclipse.org/eclipse/updates/latest" name="" enabled="true" />
<repository-reference location="https://download.eclipse.org/nebula/releases/latest/" name="" enabled="true" />
</site>

0 comments on commit 074a1fd

Please sign in to comment.