We don't need to keep these in the Proguarded version, tools can use the
non-Proguarded version with dependencies from Maven.
This commit is contained in:
@@ -147,30 +147,9 @@
|
|||||||
<keep name="com.threerings.getdown.launcher.GetdownApp">
|
<keep name="com.threerings.getdown.launcher.GetdownApp">
|
||||||
<method access="static" name="main"/>
|
<method access="static" name="main"/>
|
||||||
</keep>
|
</keep>
|
||||||
<keep name="com.threerings.getdown.data.Resource">
|
|
||||||
<constructor/><method name="*"/><field access="public" name="*"/>
|
|
||||||
</keep>
|
|
||||||
<keep name="com.threerings.getdown.tools.Differ">
|
|
||||||
<method access="static" name="main"/>
|
|
||||||
</keep>
|
|
||||||
<keep name="com.threerings.getdown.tools.Patcher">
|
|
||||||
<method access="static" name="main"/>
|
|
||||||
</keep>
|
|
||||||
<keep name="com.threerings.getdown.tools.Digester">
|
|
||||||
<method access="static" name="main"/>
|
|
||||||
</keep>
|
|
||||||
<keep name="com.threerings.getdown.tools.AppletParamSigner">
|
|
||||||
<method access="static" name="main"/>
|
|
||||||
</keep>
|
|
||||||
<keep name="com.threerings.getdown.launcher.GetdownApplet">
|
<keep name="com.threerings.getdown.launcher.GetdownApplet">
|
||||||
<constructor/><method name="*"/><field access="public" name="*"/>
|
<constructor/><method name="*"/><field access="public" name="*"/>
|
||||||
</keep>
|
</keep>
|
||||||
<keep name="com.threerings.getdown.tools.DigesterTask">
|
|
||||||
<constructor/><method name="*"/><field access="public" name="*"/>
|
|
||||||
</keep>
|
|
||||||
<keep name="com.threerings.getdown.util.LaunchUtil">
|
|
||||||
<constructor/><method name="*"/><field access="public" name="*"/>
|
|
||||||
</keep>
|
|
||||||
<keep name="ca.beq.util.win32.registry.**">
|
<keep name="ca.beq.util.win32.registry.**">
|
||||||
<constructor/><method name="*"/><field access="public" name="*"/>
|
<constructor/><method name="*"/><field access="public" name="*"/>
|
||||||
</keep>
|
</keep>
|
||||||
|
|||||||
Reference in New Issue
Block a user