From c3c9c66290c1c3b744bdcbdbbda2024e4db50266 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 21 Sep 2010 05:41:56 +0000 Subject: [PATCH] This should be with the previous commit which has a lovely blank commit message. We want to put everything into one jar file which we'll publish via Maven. So we include our command line tools, and replace the un-proguarded jar with the proguarded one during the packaging step. I may look into not renaming the Getdown code so that apps (like Bang) that link against some of it, can use this jar file. Or I'll just figure out specifically what apps are likely to link against and not rename just that. It's probably not a huge size increase either way. --- build-ivy.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-ivy.xml b/build-ivy.xml index 409929e..fb34d12 100644 --- a/build-ivy.xml +++ b/build-ivy.xml @@ -66,5 +66,7 @@ +