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