From f8221c313ff9befb8f4529d787b21c37170c0da8 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Fri, 6 May 2011 14:45:06 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/VREModeler@38461 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 1 + changelog.xml | 7 +++++-- .../vremodeler/impl/deploy/DeployGHNsOnCloud.java | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index d5b1e22..36a553a 100644 --- a/.classpath +++ b/.classpath @@ -8,5 +8,6 @@ + diff --git a/changelog.xml b/changelog.xml index e307c7f..e83df22 100644 --- a/changelog.xml +++ b/changelog.xml @@ -1,5 +1,8 @@ - + support for cloud deployment - + + + support for cloud deployment + \ No newline at end of file diff --git a/src/org/gcube/vremanagement/vremodeler/impl/deploy/DeployGHNsOnCloud.java b/src/org/gcube/vremanagement/vremodeler/impl/deploy/DeployGHNsOnCloud.java index f800c63..ec7fb04 100644 --- a/src/org/gcube/vremanagement/vremodeler/impl/deploy/DeployGHNsOnCloud.java +++ b/src/org/gcube/vremanagement/vremodeler/impl/deploy/DeployGHNsOnCloud.java @@ -15,6 +15,7 @@ import org.gcube.vremanagement.vremodeler.stubs.deployreport.State; import org.gcube.common.eolusclient.*; + public class DeployGHNsOnCloud{ private static GCUBELog logger= new GCUBELog(DeployGHNsOnCloud.class);