You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DefaultWidgetSet.gwt.xml 489B

12345678910111213
  1. <module>
  2. <!-- This GWT module defines the Vaadin DefaultWidgetSet. This is the
  3. module you want to extend when creating an extended widget set, or when creating
  4. a specialized widget set with a subset of the components. -->
  5. <!-- Hint for WidgetSetBuilder not to automatically update the file -->
  6. <!-- WS Compiler: manually edited -->
  7. <inherits name="com.vaadin.Vaadin" />
  8. <entry-point class="com.vaadin.client.ApplicationConfiguration" />
  9. </module>