summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-12-18 14:53:17 +0000
committerArtur Signell <artur.signell@itmill.com>2009-12-18 14:53:17 +0000
commit13ad36b5edff44966b7761e13e50a4b253caf565 (patch)
tree35ddf590382468c6225a359e618044039c38ca44 /build
parentea8a7d1e84a74eceaf1db7e74771ae42bb055e33 (diff)
downloadvaadin-framework-13ad36b5edff44966b7761e13e50a4b253caf565.tar.gz
vaadin-framework-13ad36b5edff44966b7761e13e50a4b253caf565.zip
Added missing GWT jar definition
svn changeset:10450/svn branch:6.3
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 1cc3caaeb9..4cbc0c5e80 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -176,6 +176,8 @@
<mkdir dir="${result-path}" />
<!-- required when compiling WebContent/VAADIN/widgetsets (and also Java server-side classes) -->
+ <property name="lib-gwt-dev" location="${gwt-dir}/gwt-dev.jar" />
+ <property name="lib-gwt-user" location="${gwt-dir}/gwt-user.jar" />
<echo>We are on ${platform} platform (${os.name} ${os.version}), using gwt version ${gwt-version}.</echo>