Skip to content

Commit a0eccf8

Browse files
author
jan
committed
Rename product files and add sdk splash
Both sloeber product and the sdk product were called arduino.products. Which is on its own a bad name and confusing
1 parent e92a1ea commit a0eccf8

File tree

4 files changed

+47
-1
lines changed

4 files changed

+47
-1
lines changed

io.sloeber.product.sdk/plugin.xml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<?eclipse version="3.4"?>
3+
<plugin>
4+
5+
<extension
6+
id="product"
7+
point="org.eclipse.core.runtime.products">
8+
<product
9+
name="Sloeber"
10+
application="org.eclipse.ui.ide.workbench">
11+
<property
12+
name="windowImages"
13+
value="icons/logo_16.png,icons/logo_32.png,icons/logo_48.png,icons/logo_64.png,icons/logo_128.png,icons/logo_256.png">
14+
</property>
15+
<property
16+
name="aboutText"
17+
value="Sloeber, the Eclipse IDE for Arduino Developers&#x0A;&#x0A;Info: https://eclipse.baeyens.it/&#x0A;Source: https://github.com/sloeber/arduino-eclipse-plugin&#x0A;&#x0A;&#x0A;Contributors (github users): jantje, wimjongman, rlogiacco, MarceloLimori, brodykenrick, neuweiler, darcade, amorellgarcia&#x0A;&#x0A;https://github.com/sloeber/arduino-eclipse-plugin/graphs/contributors">
18+
</property>
19+
<property
20+
name="aboutImage"
21+
value="icons/eclipse_lg.png">
22+
</property>
23+
<property
24+
name="startupForegroundColor"
25+
value="C8D5EA">
26+
</property>
27+
<property
28+
name="startupProgressRect"
29+
value="97,370,100,4">
30+
</property>
31+
<property
32+
name="startupMessageRect"
33+
value="400,370,441,20">
34+
</property>
35+
<property
36+
name="appName"
37+
value="Sloeber">
38+
</property>
39+
<property
40+
name="preferenceCustomization"
41+
value="plugin_customization.ini">
42+
</property>
43+
</product>
44+
</extension>
45+
46+
</plugin>

io.sloeber.product.sdk/arduino.product renamed to io.sloeber.product.sdk/sdk.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Sloeber" uid="io.sloeber.product" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="4.4.2.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="false">
4+
<product name="Sloeber" uid="io.sloeber.product.sdk" id="io.sloeber.product.sdk.product" application="org.eclipse.ui.ide.workbench" version="4.4.2.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="false">
55

66
<aboutInfo>
77
<image path="/io.sloeber.product.sdk/icons/eclipse_lg.png"/>

io.sloeber.product.sdk/splash.bmp

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)