Modify ↓
Opened 3 years ago
Closed 3 years ago
#4338 closed enhancement (fixed)
Reduce number of included Icons
| Reported by: | stoecker | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
Due to directly including the mappaint icon sources from OSM svn josm contains lots of unused icons.
We would need a script during build process, which finds these unused icons and excludes them from the created jar file.
Also helpful would be a script to find unused icons in the other parts (java code and presets), but this is of less importance.
Attachments (0)
Change History (2)
comment:1 Changed 3 years ago by stoecker
comment:2 Changed 3 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



(In [2808]) first version of a tool to detect icon usage, does not yet detect all icons used in code (see #4338)