Skip to content

Commit 8b9f386

Browse files
Add SVGs to org.eclipse.jdt.junit (eclipse-jdt#2179)
* add all svgs to org.eclipse.jdt.junit bundles This commit adds SVGs for all icons in the bundles `org.eclipse.jdt.junit`. For some icons the icon path is constructed in the following method by adding icon disablement information. Changing these paths works fine: `org.eclipse.jdt.internal.junit.ui.JUnitPlugin.setImageDescriptors(IAction, String, String)` The affected icons are found in the class `TestRunnerViewPart`: - `history_list.png` - `stop.png` - `relaunch.png` - `relaunchf.png` * Version bump(s) for 4.36 stream --------- Co-authored-by: Eclipse JDT Bot <[email protected]>
1 parent 876a2ea commit 8b9f386

File tree

95 files changed

+30949
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+30949
-69
lines changed

org.eclipse.jdt.junit/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.jdt.junit
33
Bundle-ManifestVersion: 2
44
Bundle-Name: %pluginName
55
Bundle-SymbolicName: org.eclipse.jdt.junit;singleton:=true
6-
Bundle-Version: 3.17.0.qualifier
6+
Bundle-Version: 3.17.100.qualifier
77
Bundle-Activator: org.eclipse.jdt.internal.junit.ui.JUnitPlugin
88
Bundle-ActivationPolicy: lazy
99
Bundle-Vendor: %providerName
@@ -40,3 +40,4 @@ Require-Bundle:
4040
org.eclipse.jdt.junit.core;bundle-version="[3.11.200,4.0.0)";visibility:=reexport,
4141
org.eclipse.jdt.core.manipulation;bundle-version="1.19.0"
4242
Bundle-RequiredExecutionEnvironment: JavaSE-21
43+
Require-Capability: eclipse.swt;filter:="(image.format=svg)"
Lines changed: 176 additions & 0 deletions
Loading
Lines changed: 160 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)