]> source.dussan.org Git - vaadin-framework.git/commitdiff
Correct DOCTYPE of GWT widgetset
authorAhmed Ashour <asashour@yahoo.com>
Wed, 30 Aug 2017 13:26:06 +0000 (15:26 +0200)
committerHenri Sara <henri.sara@gmail.com>
Thu, 31 Aug 2017 05:40:27 +0000 (08:40 +0300)
documentation/clientside/clientside-module.asciidoc

index 4656264ce165285e48b4fbee8a8c2538cdc6bb12..f7476dbe5be65c5b67556d83a9818a9308638ab5 100644 (file)
@@ -20,8 +20,8 @@ widget set, you should normally inherit the [classname]#DefaultWidgetSet#.
 
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE module PUBLIC
-  "-//Google Inc.//DTD Google Web Toolkit 1.7.0//EN"
-  "http://google-web-toolkit.googlecode.com/svn/tags/1.7.0/distro-source/core/src/gwt-module.dtd">
+  "-//Google Inc.//DTD Google Web Toolkit 2.8.1//EN"
+  "http://gwtproject.org/doctype/2.8.1/gwt-module.dtd">
 
 <module>
     <!-- Inherit the default widget set -->