summaryrefslogtreecommitdiffstats
path: root/client/src/com/vaadin/DefaultWidgetSet.gwt.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-18 12:07:17 +0200
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-18 15:39:22 +0200
commit18fe7aa260fae72511d1612b16eeff79b42f98f3 (patch)
treec21fd8a986b65368c387d806248c1743ac75dc8c /client/src/com/vaadin/DefaultWidgetSet.gwt.xml
parentab189ea14e32abb614ab9c0b0e059633ffc07bad (diff)
downloadvaadin-framework-18fe7aa260fae72511d1612b16eeff79b42f98f3.tar.gz
vaadin-framework-18fe7aa260fae72511d1612b16eeff79b42f98f3.zip
Build vaadin-client with maven
Change-Id: I36c426086a2b957f6f738d17470c499a01ddac3b
Diffstat (limited to 'client/src/com/vaadin/DefaultWidgetSet.gwt.xml')
-rwxr-xr-xclient/src/com/vaadin/DefaultWidgetSet.gwt.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/client/src/com/vaadin/DefaultWidgetSet.gwt.xml b/client/src/com/vaadin/DefaultWidgetSet.gwt.xml
deleted file mode 100755
index ad345e44e2..0000000000
--- a/client/src/com/vaadin/DefaultWidgetSet.gwt.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<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" />
-
- <!-- Elemental is used for handling Json only -->
- <inherits name="elemental.Json" />
-
- <inherits name="com.google.gwt.precompress.Precompress" />
-
- <entry-point class="com.vaadin.client.ApplicationConfiguration" />
-
- <generate-with
- class="com.vaadin.server.widgetsetutils.AcceptCriteriaFactoryGenerator">
- <when-type-is class="com.vaadin.client.ui.dd.VAcceptCriterionFactory" />
- </generate-with>
-
- <generate-with
- class="com.vaadin.server.widgetsetutils.ConnectorBundleLoaderFactory">
- <when-type-assignable
- class="com.vaadin.client.metadata.ConnectorBundleLoader" />
- </generate-with>
-
- <replace-with class="com.vaadin.client.communication.DefaultReconnectDialog">
- <when-type-is class="com.vaadin.client.communication.ReconnectDialog" />
- </replace-with>
-
- <replace-with class="com.vaadin.client.ui.VOverlay">
- <when-type-is class="com.vaadin.client.widgets.Overlay" />
- </replace-with>
-
- <!-- Since 7.2. Compile all permutations (browser support) into one Javascript
- file. Speeds up compilation and does not make the Javascript significantly
- larger. -->
- <collapse-all-properties />
-
-</module>