Home | History | Annotate | Download | only in manual

Lines Matching full:proguard

7 <title>ProGuard JME Wireless Toolkit Integration</title>
13 <b>ProGuard</b> can be seamlessly integrated in Sun's Wireless Toolkit (WTK)
17 The WTK already comes with a plug-in for ProGuard. Alternatively, ProGuard
20 invoking the ProGuard engine directly, instead of writing out a configuration
21 file and running ProGuard in a separate virtual machine.
32 obfuscator.runner.class.name: proguard.wtk.ProGuardObfuscator
33 obfuscator.runner.classpath: /usr/local/java/proguard/lib/proguard.jar
40 Once ProGuard has been set up, you can apply it to your projects as part of
48 Should you ever need to customize your ProGuard configuration for the JME WTK,
49 you can adapt the configuration file <code>proguard/wtk/default.pro</code>
50 that's inside the <code>proguard.jar</code>.