]> source.dussan.org Git - vaadin-framework.git/commitdiff
Re-added old DefaultWidgetSet which was accidentally deleted in a merge
authorArtur Signell <artur@vaadin.com>
Mon, 10 Sep 2012 16:21:55 +0000 (19:21 +0300)
committerArtur Signell <artur@vaadin.com>
Mon, 10 Sep 2012 16:46:50 +0000 (19:46 +0300)
client/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml [new file with mode: 0644]

diff --git a/client/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml b/client/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
new file mode 100644 (file)
index 0000000..f3cc2bc
--- /dev/null
@@ -0,0 +1,9 @@
+<module>
+    <!-- This GWT module is provided for backwards compatibility only. You 
+        should inherit com.vaadin.DefaultWidgetSet instead. -->
+
+    <!-- Hint for WidgetSetBuilder not to automatically update the file -->
+    <!-- WS Compiler: manually edited -->
+    <inherits name="com.vaadin.DefaultWidgetSet" />
+
+</module>
\ No newline at end of file