Skip to content

Commit c424fda

Browse files
committed
Use eclipse32.svg for the branding image not eclipse32.png
eclipse-platform/eclipse.platform#2261
1 parent 0f2e184 commit c424fda

File tree

12 files changed

+712
-9
lines changed

12 files changed

+712
-9
lines changed

eclipse.platform.releng/bundles/org.eclipse.rcp/about.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aboutText=%blurb
1111
# needed for primary features only
1212

1313
# Property "featureImage" contains path to feature image (32x32)
14-
featureImage=eclipse32.png
14+
featureImage=eclipse32.svg
1515

1616
# Property "aboutImage" contains path to product image (500x330 or 115x164)
1717
# needed for primary features only

eclipse.platform.releng/bundles/org.eclipse.rcp/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ bin.includes = about.html,\
1515
about.ini,\
1616
about.mappings,\
1717
about.properties,\
18-
eclipse32.png,\
1918
plugin.properties,\
20-
META-INF/
19+
META-INF/,\
20+
eclipse32.svg
2121

2222
# Maven/Tycho pom model adjustments
2323
pom.model.property.tycho.buildqualifier.format = 'v${buildTimestamp}'
-2.18 KB
Binary file not shown.
Lines changed: 234 additions & 0 deletions
Loading

eclipse.platform.releng/bundles/org.eclipse.sdk.examples/about.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aboutText=%blurb
1111
# needed for primary features only
1212

1313
# Property "featureImage" contains path to feature image (32x32)
14-
featureImage=eclipse32.png
14+
featureImage=eclipse32.svg
1515

1616
# Property "aboutImage" contains path to product image (500x330 or 115x164)
1717
# needed for primary features only

eclipse.platform.releng/bundles/org.eclipse.sdk.examples/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ bin.includes = about.html,\
1515
about.ini,\
1616
about.mappings,\
1717
about.properties,\
18-
eclipse32.png,\
1918
plugin.properties,\
20-
META-INF/
19+
META-INF/,\
20+
eclipse32.svg
2121

2222
# note: the following files are intentionally not listed in bin.includes
2323
# epl-v10.html
Binary file not shown.

0 commit comments

Comments
 (0)