From 25cbc8b74e8d8be180cd4955d5b1c426ca22beff Mon Sep 17 00:00:00 2001 From: "dswitkin@google.com" Date: Tue, 1 Nov 2011 19:25:47 +0000 Subject: [PATCH] Reverted accidental build changes. git-svn-id: https://zxing.googlecode.com/svn/trunk@1996 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index bbb697874..0422ef9cc 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ version=1.6 # Set to the location where ProGuard's proguard.jar file can be found -proguard-jar=/Users/dswitkin/Source/android-sdk/tools/proguard/lib/proguard.jar +#proguard-jar= # If you are building the J2ME client: # @@ -28,7 +28,7 @@ proguard-jar=/Users/dswitkin/Source/android-sdk/tools/proguard/lib/proguard.jar # Set this to the location where you installed the Android SDK. #android-home=C:\\Program Files\\android-sdk-windows -android-home=/Users/dswitkin/Source/android-sdk +#android-home=/usr/loca/android-sdk # Set this to the location of a Tomcat installation if you want to compile and run the zxing.org # web site and web application