Add required capability for SVG support to org.eclipse.ui#2871
Add required capability for SVG support to org.eclipse.ui#2871HeikoKlare wants to merge 2 commits intoeclipse-platform:masterfrom
Conversation
In order to use SVGs as icons, an according rasterizer has to be present. This is requested by an according OSGi capability, which is added to the org.eclipse.ui bundle by this change.
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
Test Results 1 824 files ±0 1 824 suites ±0 1h 29m 43s ⏱️ - 8m 16s For more details on these failures, see this check. Results for commit 1a7d4df. ± Comparison against base commit b6af990. ♻️ This comment has been updated with latest results. |
|
Closing this as obsolete. Has been tested via eclipse-platform/eclipse.platform.releng.aggregator#2957 According required capabilities need to be added via SVG-adding PRs to the affected bundles, such as in: |
In order to use SVGs as icons, an according rasterizer has to be present. This is achieved by adding an according required OSGi capability.
In order to prevent issues that we had for SWT tests (eclipse-platform/eclipse.platform.swt#1944) also in production code, I propose to add the required capability to one of the UI bundles that will contain SVG before actually adding them. This is supposed to avoid that it breaks the build or the generated products because the according rasterizer fragment might be missing in the deployed products (runtime, SDK).