summaryrefslogtreecommitdiffstats
path: root/compatibility-client
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-14 09:48:31 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-14 11:38:53 +0300
commitd1e4a2b4494e3cb82551ea3de6cfafc6182cd802 (patch)
tree9169a2860e61aa28aec49672bfda7c0370b74cf0 /compatibility-client
parent1e4c008537006facad7ae30db36d15d46b0f2f8a (diff)
downloadvaadin-framework-d1e4a2b4494e3cb82551ea3de6cfafc6182cd802.tar.gz
vaadin-framework-d1e4a2b4494e3cb82551ea3de6cfafc6182cd802.zip
Add DOCTYPE for GWT module files
Diffstat (limited to 'compatibility-client')
-rwxr-xr-xcompatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml b/compatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml
index f253c7e06f..f121892f35 100755
--- a/compatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml
+++ b/compatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml
@@ -1,3 +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">
<module>
<!-- Hint for WidgetSetBuilder not to automatically update the file -->
<!-- WS Compiler: manually edited -->