From 5a6bb9fbedc35d194fbd10a17758a8f6ba36c3b9 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Thu, 1 Nov 2007 17:45:20 +0000 Subject: [PATCH] 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. --- etc/getdown.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/getdown.pro b/etc/getdown.pro index 63788fc..57dd1d5 100644 --- a/etc/getdown.pro +++ b/etc/getdown.pro @@ -36,3 +36,5 @@ -keep public class com.threerings.getdown.launcher.GetdownApplet { *; } + +-keepnames class com.samskivert.util.**