xiaodududu / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Example of using proguard #641

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Example of using ProGuard to further shrink the core by removing unused methods 
from Guava classes before jarjar'ing. Download the 4.6 distribution zip from 
http://proguard.sourceforge.net/ extract the jar and put it in 
lib/build/proguard-4.6.jar then apply the patch to common.xml

Note: the use of ProGuard is still being discussed on the mailing list, this is 
one example of how it might work.

Original issue reported on code.google.com by mccu...@gmail.com on 7 Jul 2011 at 2:18

Attachments: