From 2c667e9ced4dac78c8f890672b3e535379d6c234 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 15 Mar 2005 07:30:09 +0000 Subject: [PATCH] Don't copy the manifests from our source jar files. --- etc/getdown.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/getdown.pro b/etc/getdown.pro index 103a75a..66d7e72 100644 --- a/etc/getdown.pro +++ b/etc/getdown.pro @@ -3,10 +3,10 @@ # # Proguard configuration file for Getdown launcher --injars dist/getdown.jar(!**/tools/DigesterTask*,!**/tools/Differ*) --injars lib/jRegistryKey.jar --injars lib/samskivert.jar(!**/velocity/**,!**/xml/**) --injars lib/commons-io.jar +-injars dist/getdown.jar(!META-INF/*,!**/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/*) -libraryjars /lib/rt.jar