6f1a6ce78d
the pom file hosed for transitive dependencies.
35 lines
874 B
Prolog
35 lines
874 B
Prolog
#
|
|
# $Id$
|
|
#
|
|
# Proguard configuration file for Getdown launcher
|
|
|
|
-basedirectory ../
|
|
|
|
-injars dist/getdown.jar(!**/tools/DigesterTask*)
|
|
-injars dist/lib/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.jar(!META-INF/*)
|
|
-injars dist/lib/samskivert.jar(
|
|
com/samskivert/Log.class,**/io/**,**/swing/**,**/net/**,**/text/**,**/util/**)
|
|
-injars dist/lib/commons-codec.jar(!META-INF/*)
|
|
|
|
-dontskipnonpubliclibraryclasses
|
|
|
|
-outjars dist/getdown-pro.jar
|
|
-printseeds dist/proguard.seeds
|
|
-printmapping dist/proguard.map
|
|
|
|
-keep public class ca.beq.util.win32.registry.** {
|
|
*;
|
|
}
|
|
|
|
-keep public class com.threerings.getdown.launcher.Getdown {
|
|
public static void main (java.lang.String[]);
|
|
}
|
|
|
|
-keep public class com.threerings.getdown.launcher.GetdownApp {
|
|
public static void main (java.lang.String[]);
|
|
}
|
|
|
|
-keep public class com.threerings.getdown.launcher.GetdownApplet {
|
|
*;
|
|
}
|