From 5bb65c42fe88d643dbbdc0fab9162156ab12a4a8 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 21 Feb 2007 22:08:57 +0000 Subject: [PATCH] Specifically enumerate what we need rather than slurping in all the games adn all the puzzles and then freaking out when they depend on something we don't have. --- etc/getdown.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/getdown.pro b/etc/getdown.pro index 9328b03..796bcda 100644 --- a/etc/getdown.pro +++ b/etc/getdown.pro @@ -8,7 +8,8 @@ -injars dist/getdown.jar(!**/tools/**) -injars dist/getdown.jar(**/tools/*Patcher*,**/tools/Differ*) -injars dist/lib/jRegistryKey.jar(!META-INF/*) --injars dist/lib/samskivert.jar(!META-INF/*,!**/velocity/**,!**/xml/**) +-injars ../dist/lib/samskivert.jar( + com/samskivert/Log.class,**/io/**,**/swing/**,**/net/**,**/text/**,**/util/**) -injars dist/lib/commons-codec.jar(!META-INF/*) -injars dist/lib/commons-io.jar(!META-INF/*) -injars dist/lib/snark.jar(!META-INF/*)