summaryrefslogtreecommitdiffstats
path: root/gwt-files.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-12-13 13:42:33 +0200
committerArtur Signell <artur@vaadin.com>2012-12-13 13:44:22 +0200
commite75bf0f0cf223dd2b188cf0ece8aa9766938062f (patch)
treea81de7b61d29d3b549cd5e201f5bdfc5aec58078 /gwt-files.xml
parent9d6d48a002125bd82ef85cf979b4194e9a5e6225 (diff)
downloadvaadin-framework-e75bf0f0cf223dd2b188cf0ece8aa9766938062f.tar.gz
vaadin-framework-e75bf0f0cf223dd2b188cf0ece8aa9766938062f.zip
com.google.gwt.user.client.rpc.IsSerializable should be in vaadin-shared
Change-Id: I5dc07ebbaab9b5a91a0d022f79606b9a1ab422b8
Diffstat (limited to 'gwt-files.xml')
-rw-r--r--gwt-files.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/gwt-files.xml b/gwt-files.xml
index 32e3c76f04..69e6c04e70 100644
--- a/gwt-files.xml
+++ b/gwt-files.xml
@@ -105,6 +105,9 @@
<exclude name="com/google/gwt/*/shared/**" />
<exclude name="com/google/gwt/*/*/shared/**" />
<exclude name="com/google/web/bindery/*/shared/**" />
+
+ <!-- Used by the server, in wrong package in GWT -->
+ <exclude name="com/google/gwt/user/client/rpc/IsSerializable.*" />
<!-- These are in vaadin-shared-deps -->
<exclude name="com/google/gwt/thirdparty/streamhtmlparser/**" />
@@ -126,6 +129,8 @@
<include name="com/google/gwt/*/shared/**" />
<include name="com/google/gwt/*/*/shared/**" />
<include name="com/google/web/bindery/*/shared/**" />
+ <include name="com/google/gwt/user/client/rpc/IsSerializable.*" />
+
</fileset>
</union>