This commit is contained in:
Lucio Lelii 2011-05-06 14:45:06 +00:00
parent f86a3a0d59
commit f8221c313f
3 changed files with 7 additions and 2 deletions

View File

@ -8,5 +8,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/gDL2"/>
<classpathentry combineaccessrules="false" kind="src" path="/gML2"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/CMDeps"/>
<classpathentry combineaccessrules="false" kind="src" path="/EolusClient-gCore"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -1,5 +1,8 @@
<ReleaseNotes>
<Changeset component="org.gcube.vre-management.vremodeler.1-4-0" date="2012-2-7">
<Changeset component="org.gcube.vre-management.vremodeler.1-4-0" date="2010-2-7">
<Change>support for cloud deployment</Change>
</Changeset>
</Changeset>
<Changeset component="org.gcube.vre-management.vremodeler.1-4-1" date="2011-5-6">
<Change>support for cloud deployment</Change>
</Changeset>
</ReleaseNotes>

View File

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