blob: fd52e5cd0ec6ade26ec03acd9becd0e876cb976b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<module>
<!-- WS Compiler: manually edited -->
<!-- Inherit the DefaultWidgetSet -->
<inherits name="com.vaadin.DefaultWidgetSet" />
<replace-with class="com.vaadin.tests.widgetset.client.CustomUIConnector">
<when-type-is class="com.vaadin.client.ui.ui.UIConnector" />
</replace-with>
<replace-with
class="com.vaadin.tests.widgetset.client.TestingPushConnection">
<when-type-is class="com.vaadin.client.communication.PushConnection" />
</replace-with>
</module>
|