blob: fc25ce093853f46be87f992c8fe2f4080c0d7fa8 [file] [log] [blame]
<project name="jni" default="build" basedir=".">
<property name="gwt.root" location=".." />
<property name="project.tail" value="jni" />
<import file="${gwt.root}/common.ant.xml" />
<target name="build" description="Build each platforms">
<gwt.ant dir="windows" target="build"/>
</target>
</project>