blob: c9ee01fc9c6b02e87c28037b14d2068c0fa70989 [file] [log] [blame]
<project name="hello" default="build" basedir=".">
<property name="sample.root" value="hello" />
<property name="sample.module" value="Hello" />
<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>