I think these were supposed to be reverted ages ago.
This commit is contained in:
@@ -51,12 +51,6 @@
|
||||
<keep name="com.threerings.getdown.launcher.GetdownApplet">
|
||||
<constructor/><method name="*"/><field access="public" name="*"/>
|
||||
</keep>
|
||||
<keep name="*" extends="javax.swing.JApplet">
|
||||
<constructor/><method name="*"/><field access="public" name="*"/>
|
||||
</keep>
|
||||
<keep name="com.threerings.getdown.launcher.GetdownAppletConfig">
|
||||
<constructor/><method name="*"/><field access="public" name="*"/>
|
||||
</keep>
|
||||
<keep name="com.threerings.getdown.tools.DigesterTask">
|
||||
<constructor/><method name="*"/><field access="public" name="*"/>
|
||||
</keep>
|
||||
|
||||
@@ -33,11 +33,3 @@
|
||||
-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