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.

CoverflowWidgetSet.gwt.xml 279B

12345678
  1. <module>
  2. <!-- Inherit the NoEntry version to avoid multiple entrypoints -->
  3. <inherits name="com.itmill.toolkit.terminal.gwt.DefaultWidgetSetNoEntry" />
  4. <!-- Entry point -->
  5. <entry-point class="com.itmill.toolkit.demo.coverflow.gwt.client.CoverflowWidgetSet"/>
  6. </module>