diff options
author | Artur Signell <artur@vaadin.com> | 2014-08-17 00:07:36 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-08-17 07:48:41 +0000 |
commit | 4556b4e80b4334d581d010089293219b4f42d438 (patch) | |
tree | 8a99469881a233a8639c187f47503183a1dc247f /client | |
parent | 074f248f7ef1e4cd09420cc1f37dbcfc22325d0e (diff) | |
download | vaadin-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
Diffstat (limited to 'client')
-rwxr-xr-x | client/src/com/vaadin/DefaultWidgetSet.gwt.xml | 3 |
1 files changed, 0 insertions, 3 deletions
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> |