blob: fde94a54172b7325dae5d45778d92c2c176b57b3 [file] [log] [blame]
<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>