Extracted common Getdown applet config functionality so that it can be reused by applets that are doing more that just Getdown.
This commit is contained in:
+13
-1
@@ -24,8 +24,12 @@
|
||||
*;
|
||||
}
|
||||
|
||||
-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 {
|
||||
@@ -35,3 +39,11 @@
|
||||
-keep public class com.threerings.getdown.launcher.GetdownApplet {
|
||||
*;
|
||||
}
|
||||
|
||||
-keep class * extends javax.swing.JApplet {
|
||||
<methods>;
|
||||
}
|
||||
|
||||
-keep public class com.threerings.getdown.launcher.GetdownAppletConfig {
|
||||
*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user