Files
getdown/etc/getdown.pro
T
Michael Bayne 00da0ce3f8 We don't use any Java Web Start code in the runtime launcher, only in the
command-line tool that generates the diffs.
2005-03-04 01:47:45 +00:00

22 lines
502 B
Prolog

#
# $Id$
#
# Proguard configuration file for Getdown launcher
-injars dist/getdown.jar(!**/tools/DigesterTask*,!**/tools/Differ*)
-injars lib/jRegistryKey.jar
-injars lib/samskivert.jar(!**/velocity/**,!**/xml/**)
-injars lib/commons-io.jar
-libraryjars <java.home>/lib/rt.jar
-outjars dist/getdown-pro.jar
-keep public class ca.beq.util.win32.registry.** {
public protected *;
}
-keep public class com.threerings.getdown.launcher.Getdown {
public static void main (java.lang.String[]);
}