summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-01-27 18:10:58 +0200
committerArtur Signell <artur@vaadin.com>2012-01-27 18:10:58 +0200
commit09b65b226147bb7d0d6eb4d99305288591c18d69 (patch)
tree82066f65d30d0dc795df8abac071ee8306c88d99 /build
parentae53f2520774959f37bbd7f371b3c1f54b9f370f (diff)
downloadvaadin-framework-09b65b226147bb7d0d6eb4d99305288591c18d69.tar.gz
vaadin-framework-09b65b226147bb7d0d6eb4d99305288591c18d69.zip
Fixed widgetset compilation problem
Diffstat (limited to 'build')
-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}" />