diff --git a/eclipse.platform.releng/bundles/org.eclipse.rcp/about.ini b/eclipse.platform.releng/bundles/org.eclipse.rcp/about.ini index 76a035608c3..ff2b3fa15cc 100644 --- a/eclipse.platform.releng/bundles/org.eclipse.rcp/about.ini +++ b/eclipse.platform.releng/bundles/org.eclipse.rcp/about.ini @@ -11,7 +11,7 @@ aboutText=%blurb # needed for primary features only # Property "featureImage" contains path to feature image (32x32) -featureImage=eclipse32.png +featureImage=eclipse32.svg # Property "aboutImage" contains path to product image (500x330 or 115x164) # needed for primary features only diff --git a/eclipse.platform.releng/bundles/org.eclipse.rcp/build.properties b/eclipse.platform.releng/bundles/org.eclipse.rcp/build.properties index 27be2a5ce10..5433906cf41 100644 --- a/eclipse.platform.releng/bundles/org.eclipse.rcp/build.properties +++ b/eclipse.platform.releng/bundles/org.eclipse.rcp/build.properties @@ -15,9 +15,9 @@ bin.includes = about.html,\ about.ini,\ about.mappings,\ about.properties,\ - eclipse32.png,\ plugin.properties,\ - META-INF/ + META-INF/,\ + eclipse32.svg # Maven/Tycho pom model adjustments pom.model.property.tycho.buildqualifier.format = 'v${buildTimestamp}' diff --git a/eclipse.platform.releng/bundles/org.eclipse.rcp/eclipse32.png b/eclipse.platform.releng/bundles/org.eclipse.rcp/eclipse32.png deleted file mode 100644 index bf856800755..00000000000 Binary files a/eclipse.platform.releng/bundles/org.eclipse.rcp/eclipse32.png and /dev/null differ diff --git a/eclipse.platform.releng/bundles/org.eclipse.rcp/eclipse32.svg b/eclipse.platform.releng/bundles/org.eclipse.rcp/eclipse32.svg new file mode 100644 index 00000000000..4f0e95ebbf3 --- /dev/null +++ b/eclipse.platform.releng/bundles/org.eclipse.rcp/eclipse32.svg @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/about.ini b/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/about.ini index 669383fed52..66ecc843390 100644 --- a/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/about.ini +++ b/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/about.ini @@ -11,7 +11,7 @@ aboutText=%blurb # needed for primary features only # Property "featureImage" contains path to feature image (32x32) -featureImage=eclipse32.png +featureImage=eclipse32.svg # Property "aboutImage" contains path to product image (500x330 or 115x164) # needed for primary features only diff --git a/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/build.properties b/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/build.properties index edf96aac7d0..372d41bbae1 100644 --- a/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/build.properties +++ b/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/build.properties @@ -15,9 +15,9 @@ bin.includes = about.html,\ about.ini,\ about.mappings,\ about.properties,\ - eclipse32.png,\ plugin.properties,\ - META-INF/ + META-INF/,\ + eclipse32.svg # note: the following files are intentionally not listed in bin.includes # epl-v10.html diff --git a/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/eclipse32.png b/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/eclipse32.png deleted file mode 100644 index bf856800755..00000000000 Binary files a/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/eclipse32.png and /dev/null differ diff --git a/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/eclipse32.svg b/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/eclipse32.svg new file mode 100644 index 00000000000..4f0e95ebbf3 --- /dev/null +++ b/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/eclipse32.svg @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/about.ini b/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/about.ini index b26762ac7bc..509b6d45dd1 100644 --- a/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/about.ini +++ b/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/about.ini @@ -11,7 +11,7 @@ aboutText=%blurb # needed for primary features only # Property "featureImage" contains path to feature image (32x32) -featureImage=eclipse32.png +featureImage=eclipse32.svg # Property "aboutImage" contains path to product image (500x330 or 115x164) # needed for primary features only diff --git a/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/build.properties b/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/build.properties index b18895fbfe5..02b1138a3d5 100644 --- a/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/build.properties +++ b/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/build.properties @@ -15,9 +15,10 @@ bin.includes = about.html,\ about.ini,\ about.mappings,\ about.properties,\ - eclipse32.png,\ + eclipse32.svg,\ plugin.properties,\ - META-INF/ + META-INF/,\ + eclipse32.svg # Maven/Tycho pom model adjustments pom.model.property.tycho.buildqualifier.format = 'v${buildTimestamp}' diff --git a/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/eclipse32.png b/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/eclipse32.png deleted file mode 100644 index bf856800755..00000000000 Binary files a/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/eclipse32.png and /dev/null differ diff --git a/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/eclipse32.svg b/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/eclipse32.svg new file mode 100644 index 00000000000..4f0e95ebbf3 --- /dev/null +++ b/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/eclipse32.svg @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + +