blob: 53fa88e704bdb95995cdc9877b4eabd4136752b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<module>
<!-- WS Compiler: manually edited -->
<inherits name="com.vaadin.Vaadin7WidgetSet" />
<inherits name="com.google.gwt.user.theme.standard.Standard" />
<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>
<replace-with
class="com.vaadin.tests.widgetset.client.MockApplicationConnection">
<when-type-is class="com.vaadin.client.ApplicationConnection" />
</replace-with>
<generate-with class="com.vaadin.tests.widgetset.rebind.TestWidgetRegistryGenerator">
<when-type-is class="com.vaadin.tests.widgetset.client.TestWidgetConnector.TestWidgetRegistry" />
</generate-with>
<entry-point class="com.vaadin.tests.widgetset.client.TestingWidgetsetEntryPoint" />
</module>
|