Commit 370e4591 authored by iSergio's avatar iSergio
Browse files

Update ns

parent c9e4c2f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<!-- When updating your version of GWT, you should also update this DTD reference,
	so that your app can take advantage of the latest GWT module capabilities. -->
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.2//EN"
        "http://gwtproject.org/doctype/2.8.2/gwt-module.dtd">
        "http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd">
<module>
    <inherits name="org.cesiumjs.CesiumNoScript" />
    <inherits name="org.cesiumjs.CesiumScript" />
+2 −1
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<!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>
    <inherits name="com.google.gwt.user.User" />
    <inherits name="com.google.gwt.json.JSON" />
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<!-- When updating your version of GWT, you should also update this DTD reference,
	so that your app can take advantage of the latest GWT module capabilities. -->
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.2//EN"
        "http://gwtproject.org/doctype/2.8.2/gwt-module.dtd">
        "http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd">
<module>
    <inherits name="com.google.gwt.user.User" />
    <inherits name="com.google.gwt.json.JSON" />
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<!-- When updating your version of GWT, you should also update this DTD reference,
	so that your app can take advantage of the latest GWT module capabilities. -->
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.2//EN"
        "http://gwtproject.org/doctype/2.8.2/gwt-module.dtd">
        "http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd">
<module>
    <script src="cs/Cesium/Cesium.js" />
    <script src="cs/GeoserverTerrainProvider.js" />
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
<!-- When updating your version of GWT, you should also update this DTD reference,
	so that your app can take advantage of the latest GWT module capabilities. -->
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.2//EN"
        "http://gwtproject.org/doctype/2.8.2/gwt-module.dtd">
        "http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd">
<module>
    <inherits name="org.cesiumjs.CesiumNoScript" />
    <inherits name="org.cesiumjs.CesiumUnminifiedScript" />
Loading