diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-08-24 12:55:11 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-08-25 06:10:15 +0000 |
commit | 082929fbdf06374fd6208284be7cc144a75f1cd9 (patch) | |
tree | ac8cebb499460c2c66c8f0f9d207b7baaede404b /widgets/pom.xml | |
parent | 36111d94fab942264199a106bfb7e13751cb3b86 (diff) | |
download | vaadin-framework-082929fbdf06374fd6208284be7cc144a75f1cd9.tar.gz vaadin-framework-082929fbdf06374fd6208284be7cc144a75f1cd9.zip |
Allow multiple data change handlers in client-side data sources
This patch moves Registration to shared so it can be used in
both client and server
Change-Id: I16757f70beb474403903bbcf92c7f850aed68b88
Diffstat (limited to 'widgets/pom.xml')
-rw-r--r-- | widgets/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/pom.xml b/widgets/pom.xml index 8eaa0ced89..772a97c6c2 100644 --- a/widgets/pom.xml +++ b/widgets/pom.xml @@ -126,6 +126,7 @@ com/vaadin/shared/ui/grid/*.*, com/vaadin/shared/ui/grid/**/*.*, com/vaadin/shared/util/SharedUtil*, + com/vaadin/shared/Registration*, com/vaadin/shared/VBrowserDetails*, com/vaadin/shared/data/sort/SortDirection* </includes> |