Skip to content

Commit

Permalink
Update to GWT 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esocode committed Jan 20, 2024
1 parent c627532 commit 50ca5a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test {
}

gwt {
module 'de.esoco.GEWT'
gwtVersion = "$gwtVersion"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gwtVersion = 2.10.0
gwtVersion = 2.11.0
junitVersion = 5.10.1
gwtLibPluginVersion = 1.2.0
axionReleaseVersion = 1.16.1
Expand Down
23 changes: 11 additions & 12 deletions src/main/java/de/esoco/GEWT.gwt.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd">
<module>

<source path='ewt'/>
<!-- import packages from esoco-common project -->
<source path='lib/math'/>
<source path='lib/model'/>
<source path='lib/property'/>
<source path='lib/datatype' includes="Pair.java,Tuple.java"/>
<source path='lib/text' includes="TextConvert.java"/>
<source path='ewt'/>
<!-- import packages from esoco-common project -->
<source path='lib/math'/>
<source path='lib/model'/>
<source path='lib/property'/>
<source path='lib/datatype' includes="Pair.java,Tuple.java"/>
<source path='lib/text' includes="TextConvert.java"/>

<inherits name='com.google.gwt.user.User'/>
<inherits name="com.google.gwt.resources.Resources"/>
<inherits name="com.google.gwt.i18n.I18N"/>

<inherits name='com.google.gwt.user.User'/>
<inherits name="com.google.gwt.resources.Resources"/>
<inherits name="com.google.gwt.i18n.I18N"/>

</module>

0 comments on commit 50ca5a0

Please sign in to comment.