Turns out keeping com.samskivert.util.** is only needed in my little mac corner of the universe, and others can build getdown just fine without it. It's no good to actually leave the names in for samskivert.util since other things that build with getdown-retro-pro in their classpath are confused to find them with their proper names but already weaved. Moral of the story is that I'm not allowed to build getdown.
This commit is contained in:
@@ -36,5 +36,3 @@
|
||||
-keep public class com.threerings.getdown.launcher.GetdownApplet {
|
||||
*;
|
||||
}
|
||||
|
||||
-keepnames class com.samskivert.util.**
|
||||
|
||||
Reference in New Issue
Block a user