Skip to content

Commit 39dbe3c

Browse files
committed
Use eclipse32.svg for the branding image not eclipse32.png
#2261
1 parent 144d934 commit 39dbe3c

File tree

13 files changed

+719
-9
lines changed

13 files changed

+719
-9
lines changed

platform/org.eclipse.platform/about.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
aboutText=%blurb
1010

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

1414
# Property "welcomePage" contains path to welcome page (special XML-based format)
1515
# ($nl$/ prefix to permit locale-specific translations of entire file)

platform/org.eclipse.sdk/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

resources/bundles/org.eclipse.core.tools.resources/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

resources/bundles/org.eclipse.core.tools.resources/build.properties

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@
1414
source.. = src/
1515
output.. = bin/
1616
src.includes=*.html
17-
bin.includes=plugin.xml,icons/,doc/,*.html,.options, META-INF/,.
17+
bin.includes = plugin.xml,\
18+
icons/,\
19+
doc/,\
20+
*.html,\
21+
.options,\
22+
META-INF/,\
23+
.,\
24+
eclipse32.svg
1825
qualifier=context
-2.18 KB
Binary file not shown.
Lines changed: 234 additions & 0 deletions
Loading

runtime/bundles/org.eclipse.core.tools/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.gif
14+
featureImage=eclipse32.svg
1515

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

runtime/bundles/org.eclipse.core.tools/build.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ bin.includes = plugin.xml,\
2323
plugin.properties,\
2424
about.ini,\
2525
about.mappings,\
26-
about.properties
26+
about.properties,\
27+
eclipse32.svg
2728
qualifier=context

0 commit comments

Comments
 (0)