Make images smaller for a better test
[zxing.git] / build.xml
index 0f0d665..ddc4864 100644 (file)
--- a/build.xml
+++ b/build.xml
     <ant dir="javame" target="build"/>
     <ant dir="javase" target="build"/>
   </target>
+       
+       <target name="buildwithoutj2me">
+         <ant dir="core" target="build"/>
+         <ant dir="javase" target="build"/>
+       </target>
 
   <target name="clean">
     <ant dir="core" target="clean"/>
@@ -50,7 +55,6 @@
         <!-- Only include the build script for now -->
         <include name="rim/build.xml"/>
         <include name="docs/**"/>
-        <exclude name="*.iml"/>
       </zipfileset>
     </zip>
   </target>
         <pathelement location="javame/src"/>
         <pathelement location="javase/src"/>
       </sourcepath>
+      <classpath>
+        <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"/>        
+      </classpath>
     </javadoc>
   </target>