blob: fc25ce093853f46be87f992c8fe2f4080c0d7fa8 [file] [log] [blame]
jat@google.com64a55cb2009-10-16 14:16:57 +00001<project name="jni" default="build" basedir=".">
2 <property name="gwt.root" location=".." />
3 <property name="project.tail" value="jni" />
4 <import file="${gwt.root}/common.ant.xml" />
5
6 <target name="build" description="Build each platforms">
7 <gwt.ant dir="windows" target="build"/>
8 </target>
9</project>