From de924b71721ec7d725841c1723e46eaa4324c844 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 15 Mar 2005 22:24:10 +0000 Subject: [PATCH] We need the META-INF from getdown.jar for our manifest. --- etc/getdown.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/getdown.pro b/etc/getdown.pro index 66d7e72..92ff179 100644 --- a/etc/getdown.pro +++ b/etc/getdown.pro @@ -3,7 +3,7 @@ # # Proguard configuration file for Getdown launcher --injars dist/getdown.jar(!META-INF/*,!**/tools/DigesterTask*,!**/tools/Differ*) +-injars dist/getdown.jar(!**/tools/DigesterTask*,!**/tools/Differ*) -injars lib/jRegistryKey.jar(!META-INF/*) -injars lib/samskivert.jar(!META-INF/*,!**/velocity/**,!**/xml/**) -injars lib/commons-io.jar(!META-INF/*)