From bfd95210d7a44cbe20f224ade6fd0e0a3683afd6 Mon Sep 17 00:00:00 2001 From: Elizabeth Fong Date: Mon, 17 Apr 2006 12:36:26 +0000 Subject: [PATCH] relative paths in proguard 3.5 are relative to .pro file unless overridden by -basedirectory --- etc/getdown.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/getdown.pro b/etc/getdown.pro index 3a5b754..61cb424 100644 --- a/etc/getdown.pro +++ b/etc/getdown.pro @@ -3,6 +3,8 @@ # # Proguard configuration file for Getdown launcher +-basedirectory ../ + -injars dist/getdown.jar(!**/tools/DigesterTask*,!**/tools/Differ*) -injars lib/jRegistryKey.jar(!META-INF/*) -injars lib/samskivert.jar(!META-INF/*,!**/velocity/**,!**/xml/**)