summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-08-17 00:07:36 +0300
committerVaadin Code Review <review@vaadin.com>2014-08-17 07:48:41 +0000
commit4556b4e80b4334d581d010089293219b4f42d438 (patch)
tree8a99469881a233a8639c187f47503183a1dc247f
parent074f248f7ef1e4cd09420cc1f37dbcfc22325d0e (diff)
downloadvaadin-framework-4556b4e80b4334d581d010089293219b4f42d438.tar.gz
vaadin-framework-4556b4e80b4334d581d010089293219b4f42d438.zip
Update GWT version (#14051)
The new version fixes source map generation when collapse-all-properties is on Change-Id: I4bcf9bd64a8dd9bc2e65c225df9ba4313e3d4194
-rw-r--r--build.properties2
-rwxr-xr-xclient/src/com/vaadin/DefaultWidgetSet.gwt.xml3
2 files changed, 1 insertions, 4 deletions
diff --git a/build.properties b/build.properties
index bd31158a3e..0a25dab4b9 100644
--- a/build.properties
+++ b/build.properties
@@ -6,5 +6,5 @@ vaadin.url=http://vaadin.com
vaadin.java.version=1.6
vaadin.version=0.0.0.unversioned-development-build
vaadin.sass.version=0.9.9
-gwt.version=2.6.0.vaadin4
+gwt.version=2.6.0.vaadin5
commons-io.version=2.4
diff --git a/client/src/com/vaadin/DefaultWidgetSet.gwt.xml b/client/src/com/vaadin/DefaultWidgetSet.gwt.xml
index 461bd5ed1b..8512d547e3 100755
--- a/client/src/com/vaadin/DefaultWidgetSet.gwt.xml
+++ b/client/src/com/vaadin/DefaultWidgetSet.gwt.xml
@@ -15,7 +15,4 @@
larger. -->
<collapse-all-properties />
- <!-- Workaround for http://dev.vaadin.com/ticket/14051 -->
- <set-property name="compiler.useSymbolMaps" value="true" />
-
</module>