diff --git a/CHANGES b/CHANGES index b11007d5a..f1183c2ea 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 ce7b6e5d7..c037d7d6c 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