From c4f74c8ae099c50f74367a00be9e40745439743a Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Mon, 7 Mar 2022 10:13:58 +0100 Subject: [PATCH] ported to Java 8 and GWT 2.8.2 --- CHANGELOG.md | 1 + distro/LICENSE | 1 - distro/README | 68 ------------------------------------------- distro/changelog.xml | 5 ---- distro/descriptor.xml | 32 -------------------- distro/profile.xml | 29 ------------------ pom.xml | 4 +-- 7 files changed, 3 insertions(+), 137 deletions(-) delete mode 100644 distro/LICENSE delete mode 100644 distro/README delete mode 100644 distro/changelog.xml delete mode 100644 distro/descriptor.xml delete mode 100644 distro/profile.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff5199..1184365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v1.1.0-SNAPSHOT] - 2022-03-07 - ported to git +- ported to Java 8 and GWT 2.8.2 ## [v1.0.0] - [2015-10-15] diff --git a/distro/LICENSE b/distro/LICENSE deleted file mode 100644 index 2d9616a..0000000 --- a/distro/LICENSE +++ /dev/null @@ -1 +0,0 @@ -${gcube.license} \ No newline at end of file diff --git a/distro/README b/distro/README deleted file mode 100644 index a55ca6a..0000000 --- a/distro/README +++ /dev/null @@ -1,68 +0,0 @@ -The gCube System - ${name} --------------------------------------------------- - -${description} - - -${gcube.description} - -${gcube.funding} - - -Version --------------------------------------------------- - -${version} (${buildDate}) - -Please see the file named "changelog.xml" in this directory for the release notes. - - -Authors --------------------------------------------------- - -* Alessandro Pieve (alessandro.pieve-AT-isti.cnr.it), - Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT - - -Maintainers ------------ - -* Alessandro Pieve (alessandro.pieve-AT-isti.cnr.it), - Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT - - -Download information --------------------------------------------------- - -Source code is available from SVN: - ${scm.url} - -Binaries can be downloaded from the gCube website: - ${gcube.website} - - -Installation --------------------------------------------------- - -Installation documentation is available on-line in the gCube Wiki: - https://gcube.wiki.gcube-system.org/gcube/Accounting_Manager - - -Documentation --------------------------------------------------- - -Documentation is available on-line in the gCube Wiki: - https://gcube.wiki.gcube-system.org/gcube/Accounting_Manager - - -Support --------------------------------------------------- - -Bugs and support requests can be reported in the gCube issue tracking tool: - ${gcube.issueTracking} - - -Licensing --------------------------------------------------- - -This software is licensed under the terms you may find in the file named "LICENSE" in this directory. diff --git a/distro/changelog.xml b/distro/changelog.xml deleted file mode 100644 index 863b76b..0000000 --- a/distro/changelog.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - First Release - - \ No newline at end of file diff --git a/distro/descriptor.xml b/distro/descriptor.xml deleted file mode 100644 index b468e51..0000000 --- a/distro/descriptor.xml +++ /dev/null @@ -1,32 +0,0 @@ - - servicearchive - - tar.gz - - / - - - ${distroDirectory} - / - true - - README - LICENSE - changelog.xml - profile.xml - - 755 - true - - - - - target/${build.finalName}.${project.packaging} - /${artifactId} - - - - \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml deleted file mode 100644 index c52b2b3..0000000 --- a/distro/profile.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - Service - - ${project.description} - PortletsAdmin - ${project.name} - 1.0.0 - - - ${project.description} - ${project.name} - ${version} - - ${project.groupId} - ${project.artifactId} - ${project.version} - - webapplication - - ${project.build.finalName}.${project.packaging} - - - - - - - diff --git a/pom.xml b/pom.xml index 4b54104..57fa53d 100644 --- a/pom.xml +++ b/pom.xml @@ -39,9 +39,9 @@ - 2.7.0 + 2.8.2 distro - 1.7 + 1.8 1.8 ${project.build.directory}/${project.build.finalName} 6.2.5