diff options
author | Artur Signell <artur@vaadin.com> | 2012-01-27 18:10:58 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-01-27 18:10:58 +0200 |
commit | 09b65b226147bb7d0d6eb4d99305288591c18d69 (patch) | |
tree | 82066f65d30d0dc795df8abac071ee8306c88d99 /build | |
parent | ae53f2520774959f37bbd7f371b3c1f54b9f370f (diff) | |
download | vaadin-framework-09b65b226147bb7d0d6eb4d99305288591c18d69.tar.gz vaadin-framework-09b65b226147bb7d0d6eb4d99305288591c18d69.zip |
Fixed widgetset compilation problem
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 4 |
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}" /> |