iandees / josm-notes

A JOSM plugin to show OpenStreetMap Notes.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Fix issue 8955 and 5 #6

Closed whbosm closed 11 years ago

whbosm commented 11 years ago

https://josm.openstreetmap.de/ticket/8955 https://github.com/iandees/josm-notes/issues/5

NOTE: Please create lib directory and copy commons-lang3-3.1.jar into this directory. http://commons.apache.org/proper/commons-lang/download_lang.cgi

iandees commented 11 years ago

I don't really like including a 300KB jar in a 100KB plugin, but we'll go for it...

SammysHP commented 11 years ago

Apache Commons Lang is a really... common library. One way to reduce the size would be to use proguard.

iandees commented 11 years ago

Yes, I realize that it's common. It doesn't change the fact that it quadrupled the size of the plugin. But I don't care enough to use proguard :).