diff options
Diffstat (limited to 'client/src/main/resources/com/vaadin/Vaadin.gwt.xml')
-rw-r--r-- | client/src/main/resources/com/vaadin/Vaadin.gwt.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/src/main/resources/com/vaadin/Vaadin.gwt.xml b/client/src/main/resources/com/vaadin/Vaadin.gwt.xml index ede232e101..347530db2c 100644 --- a/client/src/main/resources/com/vaadin/Vaadin.gwt.xml +++ b/client/src/main/resources/com/vaadin/Vaadin.gwt.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.1//EN" "http://gwtproject.org/doctype/2.8.1/gwt-module.dtd"> <module> - <!-- This GWT module inherits all Vaadin client side functionality modules. - This is the module you want to inherit in your client side project to be + <!-- This GWT module inherits all Vaadin client side functionality modules. + This is the module you want to inherit in your client side project to be able to use com.vaadin.* classes. --> <!-- Hint for WidgetSetBuilder not to automatically update the file --> @@ -18,7 +18,7 @@ <source path="client" /> <source path="shared" /> - <!-- Use own Scheduler implementation to be able to track if commands + <!-- Use own Scheduler implementation to be able to track if commands are running --> <replace-with class="com.vaadin.client.VSchedulerImpl"> <when-type-is class="com.google.gwt.core.client.impl.SchedulerImpl" /> @@ -29,7 +29,7 @@ <when-type-is class="com.vaadin.client.communication.PushConnection" /> </replace-with> - <!-- Set vaadin.profiler to true to include profiling support in the + <!-- Set vaadin.profiler to true to include profiling support in the module --> <define-property name="vaadin.profiler" values="true,false" /> <set-property name="vaadin.profiler" value="false" /> @@ -59,11 +59,11 @@ <when-property-is name="user.agent" value="gecko1_8" /> </none> </set-property> - + <!-- If no proper user agent is found, at least try some, e.g. with crawlers --> <set-property-fallback name="user.agent" value="safari" /> - <!-- Fall through to this rule when the browser doesn't support pointer + <!-- Fall through to this rule when the browser doesn't support pointer event --> <replace-with class="com.vaadin.client.event.PointerEventSupportImpl"> <when-type-is class="com.vaadin.client.event.PointerEventSupportImpl" /> |