blob: 26ab7478e03c54a145eef7cf831d4874dc70d7c2 (
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.client.ApplicationConfiguration" />
</module>
|