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:
Charlie Groves
2007-11-01 23:55:46 +00:00
parent 5a6bb9fbed
commit e7d38b13bc
-2
View File
@@ -36,5 +36,3 @@
-keep public class com.threerings.getdown.launcher.GetdownApplet {
*;
}
-keepnames class com.samskivert.util.**