git-svn-id: http://zxing.googlecode.com/svn/trunk@39 59b500cc-1b3d-0410-9834-0bbf25fbcc57
[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>