]> source.dussan.org Git - vaadin-framework.git/commitdiff
Set correct GWT .dtd definition (#11110)
authorIlia Motornyi <elmot@vaadin.com>
Mon, 13 Aug 2018 06:40:41 +0000 (09:40 +0300)
committerIlia Motornyi <elmot@vaadin.com>
Wed, 5 Sep 2018 08:46:43 +0000 (11:46 +0300)
client/src/main/resources/com/vaadin/DefaultWidgetSet.gwt.xml
client/src/main/resources/com/vaadin/Vaadin.gwt.xml
compatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml
server/src/main/java/com/vaadin/server/widgetsetutils/WidgetSetBuilder.java
uitest/src/main/resources/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml

index 393e67b2387acc9f16bf7a3190f42f582eeda70d..bf92370b33e19aab0fc79752741824a113c28439 100755 (executable)
@@ -1,5 +1,5 @@
 <?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">
+<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.2//EN" "http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd">
 <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
index 347530db2c2df9b98051eb1a67f7b45da22ffcaf..39fe3827a6b9d9e8fbd50def9bcdbfdb887148b0 100644 (file)
@@ -1,5 +1,5 @@
 <?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">
+<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.2//EN" "http://www.gwtproject.org/doctype/2.8.2/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
index 548fd27c53d9bc094c9c6ad24bb02d60cf4aa1ff..d941c386337f10707e6fd5b9ef16ad21133f92c7 100755 (executable)
@@ -1,5 +1,5 @@
 <?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">
+<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.2//EN" "http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd">
 <module>
     <!-- Hint for WidgetSetBuilder not to automatically update the file -->
     <!-- WS Compiler: manually edited -->
index a45d5030a7f518f8a06e27a7264771b771a07d17..03b26d22d0687864a45e5490a73931513ff41a25 100644 (file)
@@ -87,7 +87,7 @@ public class WidgetSetBuilder {
             try (PrintStream printStream = new PrintStream(
                     new FileOutputStream(widgetsetFile))) {
                 printStream.print("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
-                        + "<!DOCTYPE module PUBLIC \"-//Google Inc.//DTD Google Web Toolkit 2.8.1//EN\" \"http://gwtproject.org/doctype/2.8.1/gwt-module.dtd\">\n");
+                        + "<!DOCTYPE module PUBLIC \"-//Google Inc.//DTD Google Web Toolkit 2.8.2//EN\" \"http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd\">\n");
                 printStream.print("<module>\n");
                 printStream.print("    <!--\n"
                         + "     Uncomment the following to compile the widgetset for one browser only.\n\n"
index 60103c1ff5dce4614f352ab95b441a0e42e2ab5d..4a70b40dec5170ce4ad90c31de631dd16cce191f 100644 (file)
@@ -1,5 +1,5 @@
 <?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">
+<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.2//EN" "http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd">
 <module>
     <!-- WS Compiler: manually edited -->