summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml
blob: ac93efd7d42233023d062e52e8db285455bdb788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<module>
    <!-- WS Compiler: manually edited -->

    <!-- Inherit the DefaultWidgetSet -->
    <inherits name="com.vaadin.DefaultWidgetSet" />

    <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>

</module>