blob: 3a47a2015b561b00c6f0e0a78a26e732ff74610e [file] [log] [blame]
<project name="mobilewebapp" default="source" basedir=".">
<property name="sample.root" value="mobilewebapp" />
<property name="sample.module" value="MobileWebApp" />
<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>