From 3e598302f62978b9de2a16d80f7a04c8d9d1c9d1 Mon Sep 17 00:00:00 2001 From: Matt Jensen Date: Tue, 27 Jan 2009 19:01:57 +0000 Subject: [PATCH] Reverting getdown.pro changes. I'll use the virgin getdown.jar instead. --- etc/getdown.pro | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/etc/getdown.pro b/etc/getdown.pro index 6135a2b..62f2421 100644 --- a/etc/getdown.pro +++ b/etc/getdown.pro @@ -24,12 +24,8 @@ *; } --keep public class com.threerings.getdown.data.Application { - *; -} - -keep public class com.threerings.getdown.launcher.Getdown { - *; + public static void main (java.lang.String[]); } -keep public class com.threerings.getdown.launcher.GetdownApp {