From 17115ac7cebdcc2e592084c7a03d136f519ddf9b Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 13 Oct 2021 16:23:40 +0200 Subject: [PATCH] added info files --- .classpath | 22 ++++++++++++++----- .settings/org.eclipse.jdt.core.prefs | 9 +++++--- .settings/org.eclipse.wst.common.component | 3 ++- ....eclipse.wst.common.project.facet.core.xml | 2 +- CHANGELOG.md | 2 +- README.md | 14 ++++-------- pom.xml | 9 +++++--- 7 files changed, 36 insertions(+), 25 deletions(-) diff --git a/.classpath b/.classpath index c6e9310..71b48bd 100644 --- a/.classpath +++ b/.classpath @@ -1,19 +1,29 @@ - + - + + + + + + + + + + + + - @@ -26,10 +36,10 @@ - + - + - + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index 69c31cd..d9c67f2 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,8 +1,11 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index b4d3155..bd7a83e 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,6 +1,6 @@ - + @@ -11,6 +11,7 @@ + diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml index fc46d2f..9df8272 100644 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -3,6 +3,6 @@ - + diff --git a/CHANGELOG.md b/CHANGELOG.md index d2402c0..484662d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# Changelog for VRE Deploy Portlet +# Changelog for VRE Manager Portlet All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). diff --git a/README.md b/README.md index 5a38f84..d0a4580 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# gCube System - VRE Deploy Wizard Portlet +# gCube System - VRE Manager Portlet -This component is a Liferay 6.2.6 CE Porlet which iinteracts with the VRE Modeler service during new VRE Creations +This component is a Liferay 6.2.6 CE Porlet which iinteracts with the VRE Modeler service to manager VRE Deployments and Undeployments ## Structure of the project * The source code is present in the src folder. @@ -16,7 +16,7 @@ This component is a Liferay 6.2.6 CE Porlet which iinteracts with the VRE Modele ## Change log -See [Releases](https://code-repo.d4science.org/gCubeSystem/VREFolder-hook/releases). +See [Releases](https://code-repo.d4science.org/gCubeSystem/vre-manager-portlet/releases). ## Authors @@ -37,12 +37,6 @@ open-source software toolkit used for building and operating Hybrid Data Infrastructures enabling the dynamic deployment of Virtual Research Environments by favouring the realisation of reuse oriented policies. -The projects leading to this software have received funding from a series of European Union programmes including: +The projects leading to this software have received funding from a series of European Union programmes see [FUNDING.md](FUNDING.md) -- the Sixth Framework Programme for Research and Technological Development - - DILIGENT (grant no. 004260); -- the Seventh Framework Programme for research, technological development and demonstration - - D4Science (grant no. 212488), D4Science-II (grant no.239019), ENVRI (grant no. 283465), EUBrazilOpenBio (grant no. 288754), iMarine(grant no. 283644); -- the H2020 research and innovation programme - - BlueBRIDGE (grant no. 675680), EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant no. 654119), SoBigData (grant no. 654024),DESIRA (grant no. 818194), ARIADNEplus (grant no. 823914), RISIS2 (grant no. 824091), PerformFish (grant no. 727610), AGINFRAplus (grant no. 731001); \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7280ae4..6394436 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -10,7 +11,7 @@ org.gcube.portlets.admin - vre-manager + vre-manager-portlet war 6.1.0-SNAPSHOT VRE Manager Portlet @@ -59,10 +60,12 @@ com.google.gwt gwt-user provided + ${gwtVersion} com.google.gwt gwt-servlet + ${gwtVersion} provided @@ -131,7 +134,7 @@ - + ${webappDirectory}/WEB-INF/classes