blob: 9b2c9afbe7f6f8d76ff3fa3296160c51c688ca6d [file] [log] [blame]
<project name="validation" default="source" basedir=".">
<property name="sample.root" value="validation" />
<property name="sample.module" value="Validation" />
<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 etc -->
<path id="sample.extraclasspath">
</path>
<fileset id="sample.server.libs" dir="${gwt.tools.lib}">
</fileset>
</project>