*Unofficial* ProGuard hg import into git
Перейти к файлу
Jonathan Pryor 905836d0be Ignore generated directories 2017-02-17 17:12:04 -05:00
bin Created ProGuard version 5.0. 2014-08-19 22:11:08 +02:00
buildscripts Created ProGuard version 5.3.2. 2016-12-05 23:32:04 +01:00
docs Created ProGuard version 5.3. 2016-09-24 01:16:08 +02:00
examples Created ProGuard version 5.3.2. 2016-12-05 23:32:04 +01:00
src/proguard Created ProGuard version 5.3.2. 2016-12-05 23:32:04 +01:00
.gitignore Ignore generated directories 2017-02-17 17:12:04 -05:00
NOTICES Add legal NOTICES 2017-02-17 17:11:41 -05:00
README Created ProGuard version 5.3. 2016-09-24 01:16:08 +02:00

README

ProGuard, Java class file shrinker, optimizer, obfuscator, and preverifier
==========================================================================

This distribution contains the following directories:

- bin          : simple wrapper scripts to run ProGuard, its GUI, and ReTrace
- lib          : the main jars, compiled and ready to use with "java -jar ...."
- docs         : the complete documentation, licenses, etc. in html format
- examples     : some example configuration files
- src          : the source code
- buildscripts : various alternative build scripts


The best place to start is docs/index.html


Example
-------

If you want to give ProGuard a spin right away, try processing the ProGuard
jar itself:

    cd examples
    java -jar ../lib/proguard.jar @proguard.pro

The resulting proguard_out.jar contains the same application, but it's a lot
smaller.

Enjoy!

http://proguard.sourceforge.net/

Copyright (c) 2002-2016 Eric Lafortune @ GuardSquare