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 | f6dd014 | 2009-07-11 02:19:32 +0000 | [diff] [blame] | 6 | |
| 7 | <target name="test" description="Tests this project, but only on this platform"> |
| 8 | <gwt.ant dir="core" target="test"/> |
| 9 | <gwt.ant dir="oophm" target="test"/> |
| 10 | <gwt.ant dir="${build.host.platform}" target="test"/> |
| 11 | </target> |
| 12 | |
fabbott@google.com | 0e2dc628 | 2008-08-22 16:09:01 +0000 | [diff] [blame] | 13 | <target name="clean" description="Cleans this project's intermediate and output files"> |
| 14 | <delete dir="${project.build}" failonerror="false" /> |
| 15 | <delete failonerror="false"> |
| 16 | <fileset dir="${gwt.build.lib}" includes="gwt-dev-*.jar"/> |
| 17 | </delete> |
| 18 | </target> |
gwt.team.scottb | 14c5b9d | 2006-12-10 06:06:08 +0000 | [diff] [blame] | 19 | </project> |