From fa2a847224b0d2fd5a70c7ce428ef0c0cfed075f Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Mon, 7 Apr 2014 09:23:08 +0000 Subject: [PATCH] gcube 3.1 git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/aslvre@94420 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 11 ++++++++--- pom.xml | 2 +- .../vremanagement/impl/VREGeneratorEvo.java | 3 +-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index dc652a7..a4d6f96 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,11 +1,16 @@ - -Added support to the new VRE Deployer portlet -Added support to the new VRE Manager service + +Fixed wrong import +POM updated Ported to Feather Weight Stack Removed GCF Dependency Logging with sl4j Enabled + +Added support to the new VRE Deployer portlet +Added support to the new VRE Manager service + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 66050e4..df1fca3 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.applicationsupportlayer aslvre - 5.0.0-SNAPSHOT + 5.1.0-SNAPSHOT jar VRE Management ASL Extension diff --git a/src/main/java/org/gcube/application/framework/vremanagement/vremanagement/impl/VREGeneratorEvo.java b/src/main/java/org/gcube/application/framework/vremanagement/vremanagement/impl/VREGeneratorEvo.java index 951ea50..ac0c6ec 100644 --- a/src/main/java/org/gcube/application/framework/vremanagement/vremanagement/impl/VREGeneratorEvo.java +++ b/src/main/java/org/gcube/application/framework/vremanagement/vremanagement/impl/VREGeneratorEvo.java @@ -7,6 +7,7 @@ import static org.gcube.vremanagement.vremodel.cl.plugin.AbstractPlugin.manager; import java.rmi.RemoteException; import java.util.ArrayList; +import java.util.Arrays; import java.util.Calendar; import java.util.List; import java.util.concurrent.atomic.AtomicInteger; @@ -29,8 +30,6 @@ import org.gcube.vremanagement.vremodeler.utils.reports.DeployReport; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import edu.emory.mathcs.backport.java.util.Arrays; - /** *