Improved datamatrix reader with new algorithm
[zxing.git] / build.xml
index 55f30cf..f2ededa 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -27,7 +27,7 @@
     <ant dir="android" target="compile"/>
     <ant dir="androidtest" target="compile"/>
     <ant dir="android-integration" target="build"/>
-    <ant dir="zxingorg" target="build"/>
+    <!--<ant dir="zxingorg" target="build"/>-->
   </target>
 
   <target name="buildwithoutj2me">
@@ -41,6 +41,7 @@
     <ant dir="javase" target="clean"/>
     <ant dir="android" target="clean"/>
     <ant dir="androidtest" target="clean"/>
+    <ant dir="android-integration" target="clean"/>
     <ant dir="zxingorg" target="clean"/>
     <delete dir="docs/javadoc"/>
   </target>
     <zip file="ZXing-${version}.zip">
       <zipfileset dir="." prefix="zxing-${version}">
         <exclude name="**/.*"/> <!-- exclude hidden files -->
+        <exclude name="**/.svn"/>
+        <exclude name="**/.iml"/>
         <include name="AUTHORS"/>
         <include name="COPYING"/>
         <include name="README"/>
         <include name="CHANGES"/>
         <include name="build.xml"/>
         <include name="build.properties"/>
+        <include name="actionscript/**"/>
         <include name="android/**"/>
+        <include name="android-integration/**"/>
+        <include name="androidtest/**"/>
         <include name="bug/**"/>
         <exclude name="bug/lib/com.buglabs*"/> <!-- Cannot distributed GPLed libraries -->
         <include name="core/**"/>
@@ -69,6 +75,7 @@
         <include name="javase/**"/>
         <include name="rim/**"/>
         <include name="docs/**"/>
+        <include name="zxing.appspot.com/**"/>
         <include name="zxingorg/**"/>
         <exclude name="zxingorg/secrets.properties"/>
       </zipfileset>
         <pathelement location="zxingorg/src"/>
       </sourcepath>
       <classpath>
+        <!-- These are used with WTK 2.5.x -->
+        <!--
         <pathelement location="${WTK-home}/lib/cldcapi11.jar"/>
         <pathelement location="${WTK-home}/lib/midpapi20.jar"/>
         <pathelement location="${WTK-home}/lib/mmapi.jar"/>
         <pathelement location="${WTK-home}/lib/jsr234.jar"/>
-        <pathelement location="${android-home}/platforms/android-1.5/android.jar"/>
+        -->
+        <pathelement location="${WTK-home}/lib/cldc_1.1.jar"/>
+        <pathelement location="${WTK-home}/lib/midp_2.0.jar"/>
+        <pathelement location="${WTK-home}/lib/jsr135_1.2.jar"/>
+        <pathelement location="${WTK-home}/lib/jsr234_1.0.jar"/>
+        <pathelement location="${android-home}/platforms/android-8/android.jar"/>
         <pathelement location="${tomcat-home}/lib/servlet-api.jar"/>
         <fileset dir="zxingorg/web/WEB-INF/lib">
           <include name="*.jar"/>