Skip to content

Commit 1fa30ef

Browse files
committed
add missing SVGs
This commit adds missing SVGs for all wizban icons in Eclipse Platform. Furthermore SVGs for icons in the bundles `org.eclipse.unittest.ui`, `org.eclipse.tips.ui` and `org.eclipse.tips.ide` were added by copying from other bundles or creating from scratch.
1 parent 127d70a commit 1fa30ef

File tree

94 files changed

+52548
-71
lines changed

Some content is hidden

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

94 files changed

+52548
-71
lines changed

ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/AntUIImages.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ private static void declareImages() {
9292
declareRegistryImage(IAntUIConstants.IMG_ANT_IMPORT, OBJECT + "import_obj.svg"); //$NON-NLS-1$
9393
declareRegistryImage(IAntUIConstants.IMG_ANT_ECLIPSE_RUNTIME_OBJECT, OBJECT + "eclipse16.svg"); //$NON-NLS-1$
9494

95-
declareRegistryImage(IAntUIConstants.IMG_WIZARD_BANNER, WIZ + "ant_wiz.png"); //$NON-NLS-1$
96-
declareRegistryImage(IAntUIConstants.IMG_EXPORT_WIZARD_BANNER, WIZ + "export_ant_wiz.png"); //$NON-NLS-1$
95+
declareRegistryImage(IAntUIConstants.IMG_WIZARD_BANNER, WIZ + "ant_wiz.svg"); //$NON-NLS-1$
96+
declareRegistryImage(IAntUIConstants.IMG_EXPORT_WIZARD_BANNER, WIZ + "export_ant_wiz.svg"); //$NON-NLS-1$
9797
declareRegistryImage(IAntUIConstants.IMG_TAB_ANT_TARGETS, LOCALTOOL + "ant_targets.svg"); //$NON-NLS-1$
9898

9999
// Overlays

ant/org.eclipse.ant.ui/icons/full/wizban/ant_wiz.svg

Lines changed: 2338 additions & 0 deletions
Loading

ant/org.eclipse.ant.ui/icons/full/wizban/export_ant_wiz.svg

Lines changed: 2414 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)