mstahv / v-leaflet

Leaflet add-on for Vaadin
Other
43 stars 38 forks source link

Update GWT module DTD url #199

Closed octavm closed 5 years ago

octavm commented 5 years ago

I believe the doctype tag in the *.gwt.xml files needs updating.

The dtd files are no longer hosted at the SVN url set in v-leaflet/g-leaflet Widgetset.gwt.xml files as discussed also on vaadin forum

Current tag: <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.4.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.4.0/distro-source/core/src/gwt-module.dtd">

Proposed tag: <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN" "http://www.gwtproject.org/doctype/2.5.1/gwt-module.dtd">

I see that the 'gwt-user' dependency has version 2.5.1, so I propose to use this version for the dtd file.

mstahv commented 5 years ago

Looks like a valid change to me!