Home | History | Annotate | Download | only in examples

Lines Matching refs:jar

5 #     java -jar proguard.jar @proguardgui.pro
9 # The input jars will be merged in a single output jar.
12 -injars ../lib/proguardgui.jar
13 -injars ../lib/proguard.jar(!META-INF/**,!proguard/ant/**,!proguard/wtk/**)
14 -injars ../lib/retrace.jar (!META-INF/**)
15 -outjars proguardgui_out.jar
17 -libraryjars <java.home>/lib/rt.jar
20 # so don't skip these package visible classes while parsing the library jar.
24 # If we wanted to reuse the previously obfuscated proguard_out.jar, we could
29 #-injars ../lib/proguardgui.jar
30 #-outjars proguardgui_out.jar
31 #-libraryjars ../lib/proguard.jar(!proguard/ant/**,!proguard/wtk/**)
32 #-libraryjars ../lib/retrace.jar
33 #-libraryjars <java.home>/lib/rt.jar