From ae2a278b3d910a1c647a42d0ea0428e0f4df335d Mon Sep 17 00:00:00 2001 From: srowen Date: Wed, 28 Nov 2007 17:16:12 +0000 Subject: [PATCH] More changes for 0.1.2 git-svn-id: http://zxing.googlecode.com/svn/trunk@79 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- CHANGES | 5 +++++ build.properties | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b11007d5..f1183c2e 100644 --- a/CHANGES +++ b/CHANGES @@ -4,3 +4,8 @@ 0.1.1 (11 Nov 2007) - Fixed bug decoding version 0 QR Codes - Now default zoom is 2.5x in Java ME client + +0.1.2 (28 Nov 2007) +- Issue 11 fixed: Build problems on Windows +- Can now build "ZXingReaderBasic" which does not require JSR-234 +- Issue 14 fixed: release .zip builds into one directory \ No newline at end of file diff --git a/build.properties b/build.properties index ce7b6e5d..c037d7d6 100644 --- a/build.properties +++ b/build.properties @@ -21,4 +21,10 @@ WTK-home=/usr/local/WTK2.5.2 # /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar JDK1.4-classes=/usr/lib/jvm/j2sdk1.4.2_16/jre/lib/rt.jar #JDK1.4-classes=C:\\Program Files\\Java\\j2re1.4.2_16\\lib\\rt.jar -#JDK1.4-classes=/System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar \ No newline at end of file +#JDK1.4-classes=/System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar + +# Set this to the location where you have installed RIM's BlackBerry JDE in order to +# create the 'rim' client. There is no Mac or Linux version, but, these platforms can still +# build by obtaining a copy of net_rim_api.jar and rapc.jar from a Windows installation, +# and simply pointing to the directory containing them both here: +BB-JDK-home=. \ No newline at end of file -- 2.20.1