Files
getdown/etc/getdown.pro
T
Michael Bayne 5bb65c42fe Specifically enumerate what we need rather than slurping in all the games adn
all the puzzles and then freaking out when they depend on something we don't
have.
2007-02-21 22:08:57 +00:00

39 lines
1015 B
Prolog

#
# $Id$
#
# Proguard configuration file for Getdown launcher
-basedirectory ../
-injars dist/getdown.jar(!**/tools/**)
-injars dist/getdown.jar(**/tools/*Patcher*,**/tools/Differ*)
-injars dist/lib/jRegistryKey.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/*)
-injars dist/lib/commons-io.jar(!META-INF/*)
-injars dist/lib/snark.jar(!META-INF/*)
-libraryjars <java.home>/lib/rt.jar
-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 {
*;
}