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.

TestingWidgetSet.gwt.xml 518B

12345678910111213141516
  1. <module>
  2. <!-- WS Compiler: manually edited -->
  3. <!-- Inherit the DefaultWidgetSet -->
  4. <inherits name="com.vaadin.DefaultWidgetSet" />
  5. <replace-with class="com.vaadin.tests.widgetset.client.CustomUIConnector">
  6. <when-type-is class="com.vaadin.client.ui.ui.UIConnector" />
  7. </replace-with>
  8. <replace-with
  9. class="com.vaadin.tests.widgetset.client.TestingPushConnection">
  10. <when-type-is class="com.vaadin.client.communication.PushConnection" />
  11. </replace-with>
  12. </module>