README
1 ProGuard, Java class file shrinker, optimizer, obfuscator, and preverifier
2 ==========================================================================
3
4 This distribution contains the following directories:
5
6 - bin : simple wrapper scripts to run ProGuard, its GUI, and ReTrace
7 - lib : the main jars, compiled and ready to use with "java -jar ...."
8 - docs : the complete documentation, licenses, etc. in html format
9 - examples : some example configuration files
10
11 The best place to start is docs/index.html
12
13 Example
14 =======
15
16 If you want to give ProGuard a spin right away, try processing the ProGuard
17 jar itself:
18
19 cd examples
20 java -jar ../lib/proguard.jar @proguard.pro
21
22 The resulting proguard_out.jar contains the same application, but it's a lot
23 smaller.
24
25 Enjoy!
26
27 http://proguard.sourceforge.net/
28
29 Copyright (c) 2002-2011 Eric Lafortune (eric (a] graphics.cornell.edu)
30
31 Android Addendum:
32 =================
33 NOTE: This distribution is identical to the official Proguard 4.7 release,
34 with the following modifications:
35 - the "src" and "build" directories were deleted (for space considerations)
36 - the task.properties file was moved from src/ into ant/ (to be compatible
37 with the directory structure of earlier bundled versions of ProGuard
38 - this README file was updated to reflect the above changes
39
40 You can download the original proguard4.7.zip, containing the source code,
41 from http://proguard.sourceforge.net/.
42