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);