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">