Added top-level build file, removed local copy of JUnit, added test target to core
[zxing.git] / build.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project name="ZXing" default="build">
3
4   <target name="build">
5     <ant dir="core" target="build"/>
6     <ant dir="javame" target="build"/>
7     <ant dir="core-ext" target="build"/>
8     <ant dir="javase" target="build"/>
9   </target>
10
11 </project>