Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions org.eclipse.jdt.ui.unittest.junit/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Require-Bundle:
org.eclipse.jdt.core.manipulation;bundle-version="1.9.0",
org.eclipse.jdt.junit;bundle-version="3.14.0"
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Capability: eclipse.swt;filter:="(image.format=svg)"
397 changes: 397 additions & 0 deletions org.eclipse.jdt.ui.unittest.junit/icons/full/obj16/julaunch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
198 changes: 198 additions & 0 deletions org.eclipse.jdt.ui.unittest.junit/icons/full/obj16/test.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions org.eclipse.jdt.ui.unittest.junit/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<extension
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
<launchConfigurationTypeImage
icon="$nl$/icons/full/obj16/julaunch.png"
icon="$nl$/icons/full/obj16/julaunch.svg"
configTypeID="org.eclipse.jdt.ui.unittest.junit.launchConfiguration"
id="org.eclipse.unittest.launchimage">
</launchConfigurationTypeImage>
Expand Down Expand Up @@ -51,7 +51,7 @@
point="org.eclipse.debug.ui.launchShortcuts">
<shortcut
label="%UnitTestShortcut.label"
icon="$nl$/icons/full/obj16/julaunch.png"
icon="$nl$/icons/full/obj16/julaunch.svg"
helpContextId="org.eclipse.jdt.junit.launch_shortcut"
class="org.eclipse.jdt.ui.unittest.junit.launcher.JUnitLaunchShortcut"
modes="run, debug"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public class JUnitLaunchConfigurationTab extends AbstractLaunchConfigurationTab

private Button fSearchButton;

private final Image fTestIcon = createImage("obj16/test.png"); //$NON-NLS-1$
private final Image fTestIcon = createImage("obj16/test.svg"); //$NON-NLS-1$

private String fOriginalTestMethodName;

Expand Down
1 change: 1 addition & 0 deletions org.eclipse.jdt.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ Require-Bundle:
org.eclipse.jdt.core.manipulation;bundle-version="[1.22.0,2.0.0)",
org.eclipse.equinox.bidi;bundle-version="[0.10.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Capability: eclipse.swt;filter:="(image.format=svg)"
Loading
Loading