From 2df89c4810614aac9270edfa95c6fd50b45c9da9 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Tue, 16 Dec 2008 17:33:44 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/VREModeler@7946 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../vremodeler/impl/util/MBrokerServiceHandler.java | 2 +- .../vremodeler/impl/util/VREManagerServiceHandler.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/gcube/vremanagement/vremodeler/impl/util/MBrokerServiceHandler.java b/src/org/gcube/vremanagement/vremodeler/impl/util/MBrokerServiceHandler.java index 75ef36a..32490f2 100644 --- a/src/org/gcube/vremanagement/vremodeler/impl/util/MBrokerServiceHandler.java +++ b/src/org/gcube/vremanagement/vremodeler/impl/util/MBrokerServiceHandler.java @@ -12,9 +12,9 @@ import org.gcube.common.core.informationsystem.client.queries.GCUBERIQuery; import org.gcube.common.core.resources.GCUBERunningInstance; import org.gcube.common.core.utils.handlers.GCUBEServiceClient; import org.gcube.common.core.utils.handlers.GCUBEServiceHandler; -import org.gcube.common.vremanagement.ghnmanager.impl.contexts.ServiceContext; import org.gcube.metadatamanagement.metadatabroker.stubs.MetadataBrokerPortType; import org.gcube.metadatamanagement.metadatabroker.stubs.service.MetadataBrokerServiceAddressingLocator; +import org.gcube.vremanagement.vremodeler.impl.ServiceContext; public abstract class MBrokerServiceHandler extends GCUBEServiceHandler { diff --git a/src/org/gcube/vremanagement/vremodeler/impl/util/VREManagerServiceHandler.java b/src/org/gcube/vremanagement/vremodeler/impl/util/VREManagerServiceHandler.java index be5ed57..6b73821 100644 --- a/src/org/gcube/vremanagement/vremodeler/impl/util/VREManagerServiceHandler.java +++ b/src/org/gcube/vremanagement/vremodeler/impl/util/VREManagerServiceHandler.java @@ -12,9 +12,9 @@ import org.gcube.common.core.informationsystem.client.queries.GCUBERIQuery; import org.gcube.common.core.resources.GCUBERunningInstance; import org.gcube.common.core.utils.handlers.GCUBEServiceClient; import org.gcube.common.core.utils.handlers.GCUBEServiceHandler; -import org.gcube.common.vremanagement.ghnmanager.impl.contexts.ServiceContext; import org.gcube.vremanagement.vremanager.stubs.vremanager.VREManagerPortType; import org.gcube.vremanagement.vremanager.stubs.vremanager.service.VREManagerServiceAddressingLocator; +import org.gcube.vremanagement.vremodeler.impl.ServiceContext; public abstract class VREManagerServiceHandler extends GCUBEServiceHandler {