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