@@ -54,52 +54,52 @@ public class AntUIImages {
54
54
*/
55
55
private static void declareImages () {
56
56
// Ant Editor images
57
- declareRegistryImage (IAntUIConstants .IMG_PROPERTY , OBJECT + "property_obj.png " ); //$NON-NLS-1$
58
- declareRegistryImage (IAntUIConstants .IMG_TASK_PROPOSAL , OBJECT + "task_obj.png " ); //$NON-NLS-1$
59
- declareRegistryImage (IAntUIConstants .IMG_TEMPLATE_PROPOSAL , OBJECT + "template_obj.png " ); //$NON-NLS-1$
57
+ declareRegistryImage (IAntUIConstants .IMG_PROPERTY , OBJECT + "property_obj.svg " ); //$NON-NLS-1$
58
+ declareRegistryImage (IAntUIConstants .IMG_TASK_PROPOSAL , OBJECT + "task_obj.svg " ); //$NON-NLS-1$
59
+ declareRegistryImage (IAntUIConstants .IMG_TEMPLATE_PROPOSAL , OBJECT + "template_obj.svg " ); //$NON-NLS-1$
60
60
61
- declareRegistryImage (IAntUIConstants .IMG_SEGMENT_EDIT , T_ETOOL + "segment_edit.png " ); //$NON-NLS-1$
62
- declareRegistryImage (IAntUIConstants .IMG_MARK_OCCURRENCES , T_ETOOL + "mark_occurrences.png " ); //$NON-NLS-1$
61
+ declareRegistryImage (IAntUIConstants .IMG_SEGMENT_EDIT , T_ETOOL + "segment_edit.svg " ); //$NON-NLS-1$
62
+ declareRegistryImage (IAntUIConstants .IMG_MARK_OCCURRENCES , T_ETOOL + "mark_occurrences.svg " ); //$NON-NLS-1$
63
63
64
64
// Ant View Actions
65
- declareRegistryImage (IAntUIConstants .IMG_ANT , OBJECT + "ant.png " ); //$NON-NLS-1$
66
- declareRegistryImage (IAntUIConstants .IMG_REMOVE , LOCALTOOL + "remove_co.png " ); //$NON-NLS-1$
67
- declareRegistryImage (IAntUIConstants .IMG_REMOVE_ALL , LOCALTOOL + "removeall_co.png " ); //$NON-NLS-1$
68
- declareRegistryImage (IAntUIConstants .IMG_ADD , LOCALTOOL + "add_co.png " ); //$NON-NLS-1$
69
- declareRegistryImage (IAntUIConstants .IMG_RUN , LOCALTOOL + "run_tool.png " ); //$NON-NLS-1$
70
- declareRegistryImage (IAntUIConstants .IMG_SEARCH , LOCALTOOL + "search.png " ); //$NON-NLS-1$
71
-
72
- declareRegistryImage (IAntUIConstants .IMG_FILTER_INTERNAL_TARGETS , LOCALTOOL + "filter_internal_targets.png " ); //$NON-NLS-1$
73
- declareRegistryImage (IAntUIConstants .IMG_FILTER_IMPORTED_ELEMENTS , LOCALTOOL + "filter_imported_elements.png " ); //$NON-NLS-1$
74
- declareRegistryImage (IAntUIConstants .IMG_FILTER_PROPERTIES , LOCALTOOL + "filter_properties.png " ); //$NON-NLS-1$
75
- declareRegistryImage (IAntUIConstants .IMG_FILTER_TOP_LEVEL , LOCALTOOL + "filter_top_level.png " ); //$NON-NLS-1$
76
- declareRegistryImage (IAntUIConstants .IMG_LINK_WITH_EDITOR , LOCALTOOL + "synced.png " ); //$NON-NLS-1$
77
- declareRegistryImage (IAntUIConstants .IMG_SORT_OUTLINE , LOCALTOOL + "alpha_mode.png " ); //$NON-NLS-1$
78
- declareRegistryImage (IAntUIConstants .IMG_REFRESH , LOCALTOOL + "refresh.png " ); //$NON-NLS-1$
65
+ declareRegistryImage (IAntUIConstants .IMG_ANT , OBJECT + "ant.svg " ); //$NON-NLS-1$
66
+ declareRegistryImage (IAntUIConstants .IMG_REMOVE , LOCALTOOL + "remove_co.svg " ); //$NON-NLS-1$
67
+ declareRegistryImage (IAntUIConstants .IMG_REMOVE_ALL , LOCALTOOL + "removeall_co.svg " ); //$NON-NLS-1$
68
+ declareRegistryImage (IAntUIConstants .IMG_ADD , LOCALTOOL + "add_co.svg " ); //$NON-NLS-1$
69
+ declareRegistryImage (IAntUIConstants .IMG_RUN , LOCALTOOL + "run_tool.svg " ); //$NON-NLS-1$
70
+ declareRegistryImage (IAntUIConstants .IMG_SEARCH , LOCALTOOL + "search.svg " ); //$NON-NLS-1$
71
+
72
+ declareRegistryImage (IAntUIConstants .IMG_FILTER_INTERNAL_TARGETS , LOCALTOOL + "filter_internal_targets.svg " ); //$NON-NLS-1$
73
+ declareRegistryImage (IAntUIConstants .IMG_FILTER_IMPORTED_ELEMENTS , LOCALTOOL + "filter_imported_elements.svg " ); //$NON-NLS-1$
74
+ declareRegistryImage (IAntUIConstants .IMG_FILTER_PROPERTIES , LOCALTOOL + "filter_properties.svg " ); //$NON-NLS-1$
75
+ declareRegistryImage (IAntUIConstants .IMG_FILTER_TOP_LEVEL , LOCALTOOL + "filter_top_level.svg " ); //$NON-NLS-1$
76
+ declareRegistryImage (IAntUIConstants .IMG_LINK_WITH_EDITOR , LOCALTOOL + "synced.svg " ); //$NON-NLS-1$
77
+ declareRegistryImage (IAntUIConstants .IMG_SORT_OUTLINE , LOCALTOOL + "alpha_mode.svg " ); //$NON-NLS-1$
78
+ declareRegistryImage (IAntUIConstants .IMG_REFRESH , LOCALTOOL + "refresh.svg " ); //$NON-NLS-1$
79
79
80
80
// Ant View Labels
81
- declareRegistryImage (IAntUIConstants .IMG_ANT_PROJECT , OBJECT + "ant_buildfile.png " ); //$NON-NLS-1$
82
- declareRegistryImage (IAntUIConstants .IMG_ANT_TARGET , OBJECT + "targetpublic_obj.png " ); //$NON-NLS-1$
83
- declareRegistryImage (IAntUIConstants .IMG_ANT_TARGET_INTERNAL , OBJECT + "targetinternal_obj.png " ); //$NON-NLS-1$
84
- declareRegistryImage (IAntUIConstants .IMG_ANT_DEFAULT_TARGET , OBJECT + "defaulttarget_obj.png " ); //$NON-NLS-1$
85
- declareRegistryImage (IAntUIConstants .IMG_ANT_TARGET_ERROR , OBJECT + "ant_target_err.png " ); //$NON-NLS-1$
81
+ declareRegistryImage (IAntUIConstants .IMG_ANT_PROJECT , OBJECT + "ant_buildfile.svg " ); //$NON-NLS-1$
82
+ declareRegistryImage (IAntUIConstants .IMG_ANT_TARGET , OBJECT + "targetpublic_obj.svg " ); //$NON-NLS-1$
83
+ declareRegistryImage (IAntUIConstants .IMG_ANT_TARGET_INTERNAL , OBJECT + "targetinternal_obj.svg " ); //$NON-NLS-1$
84
+ declareRegistryImage (IAntUIConstants .IMG_ANT_DEFAULT_TARGET , OBJECT + "defaulttarget_obj.svg " ); //$NON-NLS-1$
85
+ declareRegistryImage (IAntUIConstants .IMG_ANT_TARGET_ERROR , OBJECT + "ant_target_err.svg " ); //$NON-NLS-1$
86
86
87
87
// ANT objects
88
- declareRegistryImage (IAntUIConstants .IMG_TAB_CLASSPATH , OBJECT + "classpath.png " ); //$NON-NLS-1$
89
- declareRegistryImage (IAntUIConstants .IMG_ANT_TYPE , OBJECT + "type.png " ); //$NON-NLS-1$
90
- declareRegistryImage (IAntUIConstants .IMG_ANT_TASKDEF , OBJECT + "taskdef_obj.png " ); //$NON-NLS-1$
91
- declareRegistryImage (IAntUIConstants .IMG_ANT_MACRODEF , OBJECT + "macrodef_obj.png " ); //$NON-NLS-1$
92
- declareRegistryImage (IAntUIConstants .IMG_ANT_IMPORT , OBJECT + "import_obj.png " ); //$NON-NLS-1$
88
+ declareRegistryImage (IAntUIConstants .IMG_TAB_CLASSPATH , OBJECT + "classpath.svg " ); //$NON-NLS-1$
89
+ declareRegistryImage (IAntUIConstants .IMG_ANT_TYPE , OBJECT + "type.svg " ); //$NON-NLS-1$
90
+ declareRegistryImage (IAntUIConstants .IMG_ANT_TASKDEF , OBJECT + "taskdef_obj.svg " ); //$NON-NLS-1$
91
+ declareRegistryImage (IAntUIConstants .IMG_ANT_MACRODEF , OBJECT + "macrodef_obj.svg " ); //$NON-NLS-1$
92
+ declareRegistryImage (IAntUIConstants .IMG_ANT_IMPORT , OBJECT + "import_obj.svg " ); //$NON-NLS-1$
93
93
declareRegistryImage (IAntUIConstants .IMG_ANT_ECLIPSE_RUNTIME_OBJECT , OBJECT + "eclipse16.png" ); //$NON-NLS-1$
94
94
95
95
declareRegistryImage (IAntUIConstants .IMG_WIZARD_BANNER , WIZ + "ant_wiz.png" ); //$NON-NLS-1$
96
96
declareRegistryImage (IAntUIConstants .IMG_EXPORT_WIZARD_BANNER , WIZ + "export_ant_wiz.png" ); //$NON-NLS-1$
97
97
declareRegistryImage (IAntUIConstants .IMG_TAB_ANT_TARGETS , LOCALTOOL + "ant_targets.png" ); //$NON-NLS-1$
98
98
99
99
// Overlays
100
- declareRegistryImage (IAntUIConstants .IMG_OVR_ERROR , OVR + "error_co.png " ); //$NON-NLS-1$
101
- declareRegistryImage (IAntUIConstants .IMG_OVR_WARNING , OVR + "warning_co.png " ); //$NON-NLS-1$
102
- declareRegistryImage (IAntUIConstants .IMG_OVR_IMPORT , OVR + "import_co.png " ); //$NON-NLS-1$
100
+ declareRegistryImage (IAntUIConstants .IMG_OVR_ERROR , OVR + "error_co.svg " ); //$NON-NLS-1$
101
+ declareRegistryImage (IAntUIConstants .IMG_OVR_WARNING , OVR + "warning_co.svg " ); //$NON-NLS-1$
102
+ declareRegistryImage (IAntUIConstants .IMG_OVR_IMPORT , OVR + "import_co.svg " ); //$NON-NLS-1$
103
103
}
104
104
105
105
/**
0 commit comments