Nope, disable link from geo: URL to Google Maps. Does not quite work in the browser...
[zxing.git] / build.xml
index ad39236..90f56dc 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -25,6 +25,7 @@
     <ant dir="javame" target="build"/>
     <ant dir="javase" target="build"/>
     <ant dir="android" target="package"/>
+    <ant dir="javame" target="build-basic"/>
     <ant dir="rim" target="build"/>
   </target>
 
@@ -48,6 +49,7 @@
   <target name="release" depends="build,clean,javadoc">
     <zip file="ZXing-${version}.zip" level="9">
       <zipfileset dir="." prefix="zxing-${version}">
+        <exclude name="**/.*"/> <!-- exclude hidden files -->
         <include name="COPYING"/>
         <include name="README"/>
         <include name="CHANGES"/>
@@ -60,7 +62,7 @@
         <include name="rim/build.xml"/>
         <include name="rim/src/**"/>
         <include name="rim/res/**"/>
-        <include name="rim/BarcodeReader.rapc"/>
+        <include name="rim/BarcodeReader.jad.template"/>
         <include name="docs/**"/>
       </zipfileset>
     </zip>