From e8dacdd9f6aec336f6a868c6cbad28141e9e7dd6 Mon Sep 17 00:00:00 2001 From: srowen Date: Sun, 21 Sep 2008 11:12:41 +0000 Subject: [PATCH] Generate simple .alx file with RIM build git-svn-id: http://zxing.googlecode.com/svn/trunk@583 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- rim/BarcodeReader.alx.template | 11 +++++++++++ rim/build.xml | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 rim/BarcodeReader.alx.template diff --git a/rim/BarcodeReader.alx.template b/rim/BarcodeReader.alx.template new file mode 100644 index 00000000..01fba03e --- /dev/null +++ b/rim/BarcodeReader.alx.template @@ -0,0 +1,11 @@ + + + + BarcodeReader + @VERSION@ + ZXing Project + + BarcodeReader.cod + + + \ No newline at end of file diff --git a/rim/build.xml b/rim/build.xml index 5087a832..338ca6ad 100644 --- a/rim/build.xml +++ b/rim/build.xml @@ -90,6 +90,11 @@ + + + + + -- 2.20.1