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