gwt.team.scottb | 14c5b9d | 2006-12-10 06:06:08 +0000 | [diff] [blame] | 1 | <project name="dev" default="build" basedir="."> |
fabbott@google.com | 0e2dc628 | 2008-08-22 16:09:01 +0000 | [diff] [blame] | 2 | <property name="gwt.root" location=".." /> |
| 3 | <property name="project.tail" value="dev" /> |
| 4 | <import file="${gwt.root}/platforms.ant.xml" /> |
gwt.team.scottb | 14c5b9d | 2006-12-10 06:06:08 +0000 | [diff] [blame] | 5 | |
fabbott@google.com | 0e2dc628 | 2008-08-22 16:09:01 +0000 | [diff] [blame] | 6 | <target name="clean" description="Cleans this project's intermediate and output files"> |
| 7 | <delete dir="${project.build}" failonerror="false" /> |
| 8 | <delete failonerror="false"> |
| 9 | <fileset dir="${gwt.build.lib}" includes="gwt-dev-*.jar"/> |
| 10 | </delete> |
| 11 | </target> |
gwt.team.scottb | 14c5b9d | 2006-12-10 06:06:08 +0000 | [diff] [blame] | 12 | </project> |