JohnLetnev / airhead-research

Automatically exported from code.google.com/p/airhead-research
0 stars 0 forks source link

Shrink algorithm jar file by excluding unused classes #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the jar tasks from the build file include all class files.  While 
this ensures everything is present, it also includes much more than is really 
needed.  We should look into ways to streamline the jar building to exclude 
unused classes in order to shrink the .jar file sizes.  I'm sure there's some 
tool for doing this, so this issue is just a way to tracking progress.

Original issue reported on code.google.com by David.Ju...@gmail.com on 16 Aug 2010 at 3:42