-
Notifications
You must be signed in to change notification settings - Fork 222
Add SVGs to org.eclipse.ltk.ui.refactoring #2915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SVGs to org.eclipse.ltk.ui.refactoring #2915
Conversation
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 patch
Further information are available in Common Build Issues - Missing version increments. |
238ea45
to
b96ae57
Compare
This commit adds SVGs for all icons in the bundle `org.eclipse.ltk.ui.refactoring` except for the following as these are not available as SVG yet: wizban/apply_rescript_wiz.svg wizban/create_rescript_wiz.svg wizban/show_history_wiz.svg
b96ae57
to
512e36b
Compare
Use on-the-fly-generated disabled version of SVG-rasterized icons instead.
512e36b
to
7ba93d9
Compare
Merging this despite Jenkins failure caused by https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5892 Since master builds seem to still work on Jenkins, the subsequent master build should hopefully work, thus I will check results of that build to retrospectively validate this PR. |
No new issues on subsequent master build for 7d43b94 |
This PR adds SVGs for all icons in the bundles
org.eclipse.ltk.ui.refactoring
except for the following as these are not available as SVG yet:wizban/apply_rescript_wiz.svg
wizban/create_rescript_wiz.svg
wizban/show_history_wiz.svg
See also this PR for more information.