diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-18 18:04:59 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-20 00:08:44 +0300 |
commit | 6e0f2efe996cfd3b38c960e04cbced0a91215cf0 (patch) | |
tree | 9eafac7107b3d34d8d1e9bc7631a1debad4fd720 /uitest/src/main/resources/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml | |
parent | 016a2ceb86f771a3902ace98d9fe56351c0efdf2 (diff) | |
download | vaadin-framework-6e0f2efe996cfd3b38c960e04cbced0a91215cf0.tar.gz vaadin-framework-6e0f2efe996cfd3b38c960e04cbced0a91215cf0.zip |
Move FieldGroup and Vaadin 7 Grid to compatibility package
Change-Id: I9aaef478e0b67462641239802b924b8461cb9225
Diffstat (limited to 'uitest/src/main/resources/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml')
-rw-r--r-- | uitest/src/main/resources/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uitest/src/main/resources/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml b/uitest/src/main/resources/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml index 3878e85193..53fa88e704 100644 --- a/uitest/src/main/resources/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml +++ b/uitest/src/main/resources/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml @@ -1,8 +1,7 @@ <module> <!-- WS Compiler: manually edited --> - <!-- Inherit the DefaultWidgetSet --> - <inherits name="com.vaadin.DefaultWidgetSet" /> + <inherits name="com.vaadin.Vaadin7WidgetSet" /> <inherits name="com.google.gwt.user.theme.standard.Standard" /> |