From 1ced3a7cd413d4fff9ef09b90ce8e381f7f4f826 Mon Sep 17 00:00:00 2001 From: Michael Bangas Date: Mon, 7 Apr 2025 14:05:57 +0200 Subject: [PATCH] add all svgs for bundle org.eclipse.platform This commit adds SVGs for all icons in the bundle `org.eclipse.platform` except for the following as these are not available as SVG yet: All svgs for icons in `images` folder. --- .../org.eclipse.platform/META-INF/MANIFEST.MF | 1 + .../icons/etool16/cheatsheet_view.svg | 580 ++++++++++++++++++ platform/org.eclipse.platform/plugin.xml | 2 +- 3 files changed, 582 insertions(+), 1 deletion(-) create mode 100644 platform/org.eclipse.platform/icons/etool16/cheatsheet_view.svg diff --git a/platform/org.eclipse.platform/META-INF/MANIFEST.MF b/platform/org.eclipse.platform/META-INF/MANIFEST.MF index 5bf3c676982..97c7a3675b1 100644 --- a/platform/org.eclipse.platform/META-INF/MANIFEST.MF +++ b/platform/org.eclipse.platform/META-INF/MANIFEST.MF @@ -15,3 +15,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-17 Export-Package: org.eclipse.platform.internal;x-internal:=true Eclipse-BundleShape: dir Automatic-Module-Name: org.eclipse.platform +Require-Capability: eclipse.swt;filter:="(image.format=svg)" diff --git a/platform/org.eclipse.platform/icons/etool16/cheatsheet_view.svg b/platform/org.eclipse.platform/icons/etool16/cheatsheet_view.svg new file mode 100644 index 00000000000..f8a34cbc277 --- /dev/null +++ b/platform/org.eclipse.platform/icons/etool16/cheatsheet_view.svg @@ -0,0 +1,580 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platform/org.eclipse.platform/plugin.xml b/platform/org.eclipse.platform/plugin.xml index f4e5863e8d7..894a5c1d688 100644 --- a/platform/org.eclipse.platform/plugin.xml +++ b/platform/org.eclipse.platform/plugin.xml @@ -107,7 +107,7 @@ class="org.eclipse.ui.cheatsheets.CheatSheetExtensionFactory:helpMenuAction" menubarPath="help/group.tutorials" id="org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction" - icon="$nl$/icons/etool16/cheatsheet_view.png"> + icon="$nl$/icons/etool16/cheatsheet_view.svg">