Skip to content
Snippets Groups Projects
Commit 2fbff4e2 authored by cramakri's avatar cramakri
Browse files

LMS-1527 Renamed DSS packages to be in synch with everything else.

SVN: 15951
parent b7b7d4e0
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ check layeringOf l1 l2
######################################################################
# Check dependencies between the api client and the rest of dss
[dss.api.client] = ${dss}.api.v1.client.* ${dss}.api.v1.shared.* ${dss}.rpc.client.*
[dss.api.client] = ${dss}.client.api.* ${dss}.generic.shared.api.*
[dss.internal] = ${dss}.* excluding [dss.api.client]
check [dss.api.client] independentOf [dss.internal]
......@@ -60,11 +60,11 @@
<bean id="data-store-rpc-service-generic"
class="com.marathon.util.spring.StreamSupportingHttpInvokerServiceExporter">
<property name="service">
<bean class="ch.systemsx.cisd.openbis.dss.api.v1.server.DssServiceRpcGeneric">
<bean class="ch.systemsx.cisd.openbis.dss.generic.server.api.v1.DssServiceRpcGeneric">
<constructor-arg ref="openBIS-service" />
</bean>
</property>
<property name="serviceInterface" value="ch.systemsx.cisd.openbis.dss.api.v1.shared.IDssServiceRpcGeneric" />
<property name="serviceInterface" value="ch.systemsx.cisd.openbis.dss.generic.shared.api.v1.IDssServiceRpcGeneric" />
</bean>
<bean id="rpc-name-server" class="ch.systemsx.cisd.common.api.server.RpcServiceNameServer" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment