summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml
index 9abb8f746e..0fe17a5b73 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -487,8 +487,8 @@
<java classname="com.google.gwt.dev.Compiler" failonerror="yes" fork="yes" maxmemory="512m">
<classpath>
<path refid="compile.classpath.client-side" />
- <pathelement location="${result-path}/classes" />
- <pathelement location="${result-path}/src/core" />
+ <pathelement location="${result-classes-core}" />
+ <pathelement location="${result-src-core}" />
</classpath>
<arg value="-war" />
<arg value="${widgetsets-output-dir}" />