To add your own icons in the about dialog box of Eclipse, follow these steps:
1. Create a feature;
2. Set a "branding plug-in" on the "Overview" property page of feature. xml ";
3rd, place a 32x32 image (for example, mylogo.gif) in the root directory of branding plug-in;
4. Create the “about.ini.pdf file under the root directory of the branding plug-in, which contains the “featureimagew.mylogo.gif file ";
5. output the feature.
Figure 1 add an icon to the about dialog box
Note 1: choose to output the mylogo.gif and about. ini files on the build page of the branding plug-inmanifest.mf.
NOTE 2: When I output feature, if "Package features and plug-ins as individual jar" is selected
Archives ", the feature will not be installed (it is not displayed in the feature details list of about), and it is normal to uncheck this option.
Reference: How can I give my eclipse blob an icon in the flippin 'about dialog?
Download: Package A project containing feature and branding plug-in