Changed the project names for the two Android clients to disambiguate them.
[zxing.git] / build.xml
index 6ca1ca6..3a382c0 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -40,6 +40,7 @@
     <ant dir="javase" target="clean"/>
     <ant dir="android" target="clean"/>
     <ant dir="rim" target="clean"/>
+    <delete dir="docs/javadoc"/>
   </target>
 
   <target name="test">
@@ -49,6 +50,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"/>