summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml
blob: 919a4a5d692a58c8f97c7a1945c6c2f554b81d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>
	
</module>