blob: 26a338cee3eb8fadd9ba57f8fad52701d9a1c8e3 [file] [log] [blame]
gwt.team.scottb14c5b9d2006-12-10 06:06:08 +00001<project name="dist" default="build" basedir=".">
fabbott@google.com0e2dc6282008-08-22 16:09:01 +00002 <property name="gwt.root" location=".." />
3 <property name="project.tail" value="distro-source" />
4 <import file="${gwt.root}/platforms.ant.xml" />
gwt.team.scottb14c5b9d2006-12-10 06:06:08 +00005
fabbott@google.com0e2dc6282008-08-22 16:09:01 +00006 <target name="clean" description="Cleans this project's intermediate and output files">
7 <delete dir="${gwt.build.dist}" failonerror="false" />
8 <delete dir="${gwt.build.staging}" failonerror="false" />
9 </target>
gwt.team.scottb14c5b9d2006-12-10 06:06:08 +000010</project>