Skip to content

Commit f3e4494

Browse files
committed
[Build] Unify and clean-up eclipse product executable icons
Remove the effectively unused eclipse.ico icon for the Windows executable, because the executable binary produced by Equinox contains that icon already by default, which is sufficient. Unify the name of the linux icon, too.
1 parent 5a8bf22 commit f3e4494

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

Binary file not shown.

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/icons/icon.xpm renamed to eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/icons/eclipse.xpm

File renamed without changes.

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/platform.product

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<splash
2424
location="org.eclipse.platform" />
2525
<launcher name="eclipse">
26-
<linux icon="icons/icon.xpm"/>
26+
<linux icon="icons/eclipse.xpm"/>
2727
<macosx icon="icons/Eclipse.icns">
2828
<bundleUrlTypes>
2929
<bundleUrlType scheme="eclipse+command" name="Eclipse Command"/>
3030
</bundleUrlTypes>
3131
</macosx>
3232
<win useIco="false">
33-
<bmp/>
33+
<bmp/> <!-- Use default branding icon of the eclipse exe for Windows -->
3434
</win>
3535
</launcher>
3636

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/sdk.product

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<splash
2424
location="org.eclipse.platform" />
2525
<launcher name="eclipse">
26-
<linux icon="icons/icon.xpm"/>
26+
<linux icon="icons/eclipse.xpm"/>
2727
<macosx icon="icons/Eclipse.icns"/>
2828
<win useIco="false">
29-
<bmp/>
29+
<bmp/> <!-- Use default branding icon of the eclipse exe for Windows -->
3030
</win>
3131
</launcher>
3232

eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<windowImages/>
1919

2020
<launcher name="rt">
21-
<linux icon="icon.xpm"/>
21+
<linux icon="rt.xpm"/>
2222
<macosx icon="rt.icns"/>
2323
<win useIco="true">
2424
<ico path="rt.ico"/>

eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/icon.xpm renamed to eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/rt.xpm

File renamed without changes.

0 commit comments

Comments
 (0)