Skip to content

Commit 84a9d09

Browse files
Michael5601HeikoKlare
authored andcommitted
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` are added by copying from other bundles or creating from scratch. The examples in .exsd files are adjusted.
1 parent 3a6a514 commit 84a9d09

File tree

99 files changed

+52555
-77
lines changed

Some content is hidden

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

99 files changed

+52555
-77
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)