mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Fixed location of RIM files
git-svn-id: https://zxing.googlecode.com/svn/trunk@138 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
d8ef9bc275
commit
0f47cc6380
|
@ -13,7 +13,13 @@ version=0.2
|
||||||
# Set this to the location where you have installed RIM's BlackBerry JDE in order to
|
# 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
|
# 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,
|
# 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:
|
# and creating a fake mini installation home somewhere with the following files:
|
||||||
|
# [your home]/
|
||||||
|
# bin/
|
||||||
|
# rapc.jar
|
||||||
|
# lib/
|
||||||
|
# net_rim_api.jar
|
||||||
|
|
||||||
# Uncomment and set appropriately
|
# Uncomment and set appropriately
|
||||||
#BB-JDK-home=.
|
#BB-JDK-home=C:\\Program Files\\Research In Motion\\Blackberry JDE 4.3.0
|
||||||
|
#BB-JDK-home=bb-home
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
|
|
||||||
<target name="build" depends="init,clean">
|
<target name="build" depends="init,clean">
|
||||||
<copy file="../javame/ZXingReaderBasic.jad" todir="."/>
|
<copy file="../javame/ZXingReaderBasic.jad" todir="."/>
|
||||||
<java jar="${BB-JDK-home}/rapc.jar" fork="true">
|
<java jar="${BB-JDK-home}/bin/rapc.jar" fork="true">
|
||||||
<arg value="import=${BB-JDK-home}/net_rim_api.jar"/>
|
<arg value="import=${BB-JDK-home}/lib/net_rim_api.jar"/>
|
||||||
<arg value="codename=ZXingReaderBasic"/>
|
<arg value="codename=ZXingReaderBasic"/>
|
||||||
<arg value="-midlet"/>
|
<arg value="-midlet"/>
|
||||||
<arg value="jad=ZXingReaderBasic.jad"/>
|
<arg value="jad=ZXingReaderBasic.jad"/>
|
||||||
|
|
Loading…
Reference in a new issue