Don't rename samskivert.util.* since something about renaming StringUtil was confusing retroweaver and leading to a ClassFormatError. Upgrading to retroweaver 2 fixes that, but doing so adds backported versions of the Java 5 concurrent libraries which more than doubles the size of getdown-retro-pro.jar. This feels like the lesser evil.

This commit is contained in:
Charlie Groves
2007-11-01 17:45:20 +00:00
parent 3b18e77805
commit 5a6bb9fbed
+2
View File
@@ -36,3 +36,5 @@
-keep public class com.threerings.getdown.launcher.GetdownApplet {
*;
}
-keepnames class com.samskivert.util.**