diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-18 12:07:17 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-18 15:39:22 +0200 |
commit | 18fe7aa260fae72511d1612b16eeff79b42f98f3 (patch) | |
tree | c21fd8a986b65368c387d806248c1743ac75dc8c /client/src/com/vaadin/DefaultWidgetSet.gwt.xml | |
parent | ab189ea14e32abb614ab9c0b0e059633ffc07bad (diff) | |
download | vaadin-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-x | client/src/com/vaadin/DefaultWidgetSet.gwt.xml | 42 |
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> |