From e5e6e42bf0d1aef6861cd7af8716ec37c83b7b0a Mon Sep 17 00:00:00 2001 From: dswitkin Date: Sun, 20 Dec 2009 20:08:32 +0000 Subject: [PATCH] Added a new build-optimized target to core for applications which want the library to be optimized but don't want to run ProGuard themselves against the entire app. git-svn-id: http://zxing.googlecode.com/svn/trunk@1162 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- core/build.xml | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/core/build.xml b/core/build.xml index a042e783..f02fcb69 100644 --- a/core/build.xml +++ b/core/build.xml @@ -42,7 +42,7 @@ - + @@ -63,6 +63,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -120,7 +152,7 @@ - + @@ -141,7 +173,7 @@ - + @@ -154,6 +186,7 @@ + -- 2.20.1