summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
blob: 278d92f38ff65806e8097164a3d34409f6068cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<module>
	<!-- This GWT module defines the Vaadin DefaultWidgetSet. This is the module 
		you want to extend when creating an extended widget set, or when creating 
		a specialized widget set with a subset of the components. -->

	<!-- Hint for WidgetSetBuilder not to automatically update the file -->
	<!-- WS Compiler: manually edited -->

	<inherits name="com.vaadin.Vaadin" />

	<entry-point class="com.vaadin.terminal.gwt.client.ApplicationConfiguration" />

</module>