moved to gwt 2.9

This commit is contained in:
Francesco Mangiacrapa 2023-02-07 08:42:41 +01:00
parent f8026d6a72
commit cda233bfa0
2 changed files with 31 additions and 10 deletions

View File

@ -16,6 +16,8 @@
@ -57,6 +59,8 @@
@ -96,6 +100,8 @@
@ -135,6 +141,8 @@
@ -174,6 +182,8 @@
@ -194,6 +204,9 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="catalogue-util-library-1.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/catalogue-util-library/catalogue-util-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="ckan-content-moderator-widget-1.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan-content-moderator-widget/ckan-content-moderator-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -216,6 +229,8 @@
@ -255,6 +270,8 @@
@ -294,6 +311,8 @@
@ -333,6 +352,8 @@

View File

@ -20,7 +20,7 @@
<properties>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.10.0</gwtVersion>
<gwtVersion>2.9.0</gwtVersion>
<!-- GWT needs at least java 1.6 -->
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>