<project xmlns:antcontrib="antlib:net.sf.antcontrib" xmlns:artifact="antlib:org.apache.maven.artifact.ant" xmlns:ivy="antlib:org.apache.ivy.ant" name="Build script for IDE users" basedir=".." default="theme-and-default-widgetset">
<!-- FIXME, should use 7.0-SNAPSHOT of client compiler -->
- <property name="classes" location="bin" />
<property name="work.dir" location="work" />
<property name="gwt.root" location="${basedir}/../trunk" />
<property name="gwt.lib.dir" location="${gwt.root}/build/lib" />
<pathelement location="${gwt.dev.jar}" />
<path refid="ivy.deps" />
<path refid="ivy.deps2" />
- <path location="${classes}" />
+ <path location="bin" />
+ <path location="build/classes" />
<path location="server/src" />
<path location="shared/src" />
<path location="client/src" />