<project name="showcase" default="build" basedir="."> | |
<property name="sample.root" value="showcase" /> | |
<property name="sample.module" value="Showcase" /> | |
<property name="sample.path" value="src" /> | |
<import file="../common.ant.xml" /> | |
<!-- these are after the common.ant.xml so they have gwt.tools... --> | |
<path id="sample.extraclasspath"> | |
</path> | |
</project> |