aboutsummaryrefslogtreecommitdiffstats
path: root/client/src/com/vaadin/Vaadin.gwt.xml
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-08-22 17:07:22 +0300
committerLeif Åstrand <leif@vaadin.com>2012-08-22 19:25:32 +0300
commit02878bd07a38dc69fe415c7f60238817d2a7c434 (patch)
treeebae730a5108dca70be31039ebc6b30884436fa7 /client/src/com/vaadin/Vaadin.gwt.xml
parente345e1820aa0e0fe551cca86d6d28b906beb8937 (diff)
downloadvaadin-framework-02878bd07a38dc69fe415c7f60238817d2a7c434.tar.gz
vaadin-framework-02878bd07a38dc69fe415c7f60238817d2a7c434.zip
Use ConnectorBundle for JSON encoding and decoding (#9371)
Diffstat (limited to 'client/src/com/vaadin/Vaadin.gwt.xml')
-rw-r--r--client/src/com/vaadin/Vaadin.gwt.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/client/src/com/vaadin/Vaadin.gwt.xml b/client/src/com/vaadin/Vaadin.gwt.xml
index fe9643232e..44357b24a0 100644
--- a/client/src/com/vaadin/Vaadin.gwt.xml
+++ b/client/src/com/vaadin/Vaadin.gwt.xml
@@ -23,14 +23,6 @@
<when-type-is class="com.google.gwt.core.client.impl.SchedulerImpl" />
</replace-with>
- <!-- Generators for serializators for classes used in communication between
- server and client -->
- <generate-with
- class="com.vaadin.terminal.gwt.widgetsetutils.SerializerMapGenerator">
- <when-type-is
- class="com.vaadin.terminal.gwt.client.communication.SerializerMap" />
- </generate-with>
-
<replace-with class="com.vaadin.terminal.gwt.client.VDebugConsole">
<when-type-is class="com.vaadin.terminal.gwt.client.Console" />
</replace-with>