Files
getdown/etc/getdown.pro
T
Ray Greenwell 6afddd08a4 We need to name our outfile getdown-dop.jar, for old-times sake.
(Why we ever appended the name of some tool we use onto a production jar
is beyond me.)
2005-03-07 22:56:23 +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-dop.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[]);
}