blob: 63df9f20ea2e061475c2514c6549911c0c1d4a39 [file] [log] [blame]
<project name="expenses" default="build" basedir=".">
<property name="sample.root" value="expenses" />
<property name="sample.module" value="Expenses" />
<property name="sample.path" value="src/main/java" />
<import file="../common.ant.xml" />
<!-- these are after the common.ant.xml so they have gwt.tools... -->
<path id="sample.extraclasspath">
</path>
<fileset id="sample.server.libs" dir="${gwt.tools.lib}">
</fileset>
</project>