Skip to content

Commit

Permalink
Fixed GWT DTD URL (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darsstar authored and hesara committed May 23, 2017
1 parent dc22d0a commit 66e0fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/AppWidgetset.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN"
"http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/src/gwt-module.dtd">
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit ${gwt.version}//EN"
"http://gwtproject.org/doctype/${gwt.version}/gwt-module.dtd">
<module>
<inherits name="com.vaadin.DefaultWidgetSet"/>
</module>

0 comments on commit 66e0fdc

Please # to comment.