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:
Michael Bayne
2010-11-18 17:42:39 +00:00
parent be491d3bfb
commit 771acc96de
-21
View File
@@ -147,30 +147,9 @@
<keep name="com.threerings.getdown.launcher.GetdownApp">
<method access="static" name="main"/>
</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">
<constructor/><method name="*"/><field access="public" name="*"/>
</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.**">
<constructor/><method name="*"/><field access="public" name="*"/>
</keep>