From 5bbabc978dfac20b80a95cbc7eb8640456296642 Mon Sep 17 00:00:00 2001 From: srowen Date: Fri, 15 Feb 2008 20:10:55 +0000 Subject: [PATCH] More work on RIM client git-svn-id: https://zxing.googlecode.com/svn/trunk@207 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- build.xml | 2 +- rim/BarcodeReader.jad.template | 11 +++++++++++ rim/build.xml | 22 +++++++++++++++++++--- 3 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 rim/BarcodeReader.jad.template diff --git a/build.xml b/build.xml index ad39236a9..da1293ca0 100644 --- a/build.xml +++ b/build.xml @@ -60,7 +60,7 @@ - + diff --git a/rim/BarcodeReader.jad.template b/rim/BarcodeReader.jad.template new file mode 100644 index 000000000..e03e6f233 --- /dev/null +++ b/rim/BarcodeReader.jad.template @@ -0,0 +1,11 @@ +MIDlet-Jar-Size: 0 +MIDlet-1: BarcodeReader,/res/zxing-icon.png,com.google.zxing.client.rim.ZXingUIApp +MIDlet-Jar-URL: BarcodeReader.jar +RIM-COD-URL: BarcodeReader.cod +MIDlet-Icon: /res/zxing-icon.png +MicroEdition-Configuration: CLDC-1.1 +MIDlet-Version: @VERSION@ +MIDlet-Name: BarcodeReader +MIDlet-Vendor: ZXing Project +MicroEdition-Profile: MIDP-2.0 +RIM-MIDlet-Flags-1: 0 diff --git a/rim/build.xml b/rim/build.xml index 462f6b5a7..aee26c09e 100644 --- a/rim/build.xml +++ b/rim/build.xml @@ -79,16 +79,30 @@ + + + + + + + + + + + + - + - + Remember to sign the .cod file! + + @@ -98,7 +112,9 @@ - + + +