]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed stray "-->" and reformatted using Eclipse
authorArtur Signell <artur@vaadin.com>
Wed, 21 Mar 2012 15:31:42 +0000 (17:31 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 21 Mar 2012 15:53:56 +0000 (17:53 +0200)
src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml

index 6a8a5df7078b2f36c1f2ab87990b5d99c48c9276..98032aa30815ed68c3f49887a45540b2002d489a 100644 (file)
@@ -1,6 +1,6 @@
 <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
+       <!-- 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 -->
@@ -9,23 +9,23 @@
        <inherits name="com.google.gwt.user.User" />
 
        <inherits name="com.google.gwt.http.HTTP" />
-       
+
        <inherits name="com.google.gwt.json.JSON" />
 
        <source path="client" />
 
-       <!-- Use own Scheduler implementation to be able to track if commands are
+       <!-- Use own Scheduler implementation to be able to track if commands are 
                running -->
        <replace-with class="com.vaadin.terminal.gwt.client.VSchedulerImpl">
                <when-type-is class="com.google.gwt.core.client.impl.SchedulerImpl" />
        </replace-with>
-       
 
        <generate-with
                class="com.vaadin.terminal.gwt.widgetsetutils.SerializerMapGenerator">
-               <when-type-is class="com.vaadin.terminal.gwt.client.communication.SerializerMap" />
+               <when-type-is
+                       class="com.vaadin.terminal.gwt.client.communication.SerializerMap" />
        </generate-with>
-       
+
        <replace-with class="com.vaadin.terminal.gwt.client.VDebugConsole">
                <when-type-is class="com.vaadin.terminal.gwt.client.Console" />
        </replace-with>
        <!-- Generate client side proxies for client to server RPC interfaces -->
        <generate-with
                class="com.vaadin.terminal.gwt.widgetsetutils.RpcProxyGenerator">
-               <when-type-assignable class="com.vaadin.terminal.gwt.client.communication.ServerRpc" />
-       </generate-with> -->    
+               <when-type-assignable
+                       class="com.vaadin.terminal.gwt.client.communication.ServerRpc" />
+       </generate-with>
 
        <!-- Generate client side RPC manager for server to client RPC -->
        <generate-with
                class="com.vaadin.terminal.gwt.widgetsetutils.RpcManagerGenerator">
-               <when-type-assignable class="com.vaadin.terminal.gwt.client.communication.RpcManager" />
-       </generate-with> -->    
+               <when-type-assignable
+                       class="com.vaadin.terminal.gwt.client.communication.RpcManager" />
+       </generate-with>
 
        <!-- Fall through to this rule for everything but IE -->
        <replace-with
        </replace-with>
 
        <!-- Fall through to this rule for everything but IE -->
-       <replace-with
-               class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper">
-               <when-type-is
-                       class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper" />
+       <replace-with class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper">
+               <when-type-is class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper" />
        </replace-with>
 
-    <replace-with
-        class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapperIE">
-        <when-type-is
-            class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper" />
-        <any>
-            <when-property-is name="user.agent" value="ie8" />
-        </any>
-    </replace-with>
+       <replace-with class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapperIE">
+               <when-type-is class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper" />
+               <any>
+                       <when-property-is name="user.agent" value="ie8" />
+               </any>
+       </replace-with>
 
        <!-- Workaround for #6682. Remove when fixed in GWT. -->
        <replace-with class="com.google.gwt.dom.client.VaadinDOMImplSafari">
@@ -93,9 +91,9 @@
        </replace-with>
 
        <entry-point class="com.vaadin.terminal.gwt.client.ApplicationConfiguration" />
-       
+
        <!-- Use the new cross site linker to get a nocache.js without document.write -->
-       <add-linker name="xsiframe" />  
+       <add-linker name="xsiframe" />
 
 
 </module>