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