From: Henri Sara Date: Thu, 5 Nov 2009 07:16:20 +0000 (+0000) Subject: #3569 document in widgetset how to compile for some user agents only X-Git-Tag: 6.7.0.beta1~2334 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=744ecc75c41ed4d04667d9043f4a600764e91b27;p=vaadin-framework.git #3569 document in widgetset how to compile for some user agents only svn changeset:9627/svn branch:6.2 --- diff --git a/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java b/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java index ac1ef284c9..2278488c1a 100644 --- a/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java +++ b/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java @@ -20,11 +20,11 @@ import java.util.regex.Pattern; /** * Helper class to update widgetsets GWT module configuration file. Can be used * command line or via IDE tools. - * + * *

* If module definition file contains text "WS Compiler: manually edited", tool * will skip editing file. - * + * */ public class WidgetSetBuilder { @@ -65,7 +65,22 @@ public class WidgetSetBuilder { + "Google Web Toolkit 1.7.0//EN\" \"http://google" + "-web-toolkit.googlecode.com/svn/tags/1.7.0/dis" + "tro-source/core/src/gwt-module.dtd\">\n"); - printStream.print("\n\n\n"); + printStream.print("\n"); + printStream + .print(" \n" + + " \n"); + printStream.print("\n\n"); printStream.close(); changed = true; }