blob: 26a338cee3eb8fadd9ba57f8fad52701d9a1c8e3 [file] [log] [blame]
<project name="dist" default="build" basedir=".">
<property name="gwt.root" location=".." />
<property name="project.tail" value="distro-source" />
<import file="${gwt.root}/platforms.ant.xml" />
<target name="clean" description="Cleans this project's intermediate and output files">
<delete dir="${gwt.build.dist}" failonerror="false" />
<delete dir="${gwt.build.staging}" failonerror="false" />
</target>
</project>