From 05a674f7509f44fc9fc5091e8d9db34632715bc8 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 25 Oct 2011 09:33:48 +0000
Subject: [PATCH] LMS-2587 QueryApiFacade allowed to depend on
 IGeneralInformationService

SVN: 23413
---
 openbis/resource/dependency-structure.ddf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis/resource/dependency-structure.ddf b/openbis/resource/dependency-structure.ddf
index 58bb9da9e62..ded60d322d5 100644
--- a/openbis/resource/dependency-structure.ddf
+++ b/openbis/resource/dependency-structure.ddf
@@ -216,8 +216,8 @@ check layeringOf plugin.${pq}.web.client-server
 # Check API
 #
 
-[api-shared] = ${plugin}.${pq}.shared.api.*
-[api-client] = ${plugin}.${pq}.client.api.*
+[api-shared] = ${plugin}.*.shared.api.*
+[api-client] = ${plugin}.*.client.api.*
 [java] = java* *.annotation.* *.annotate.* ch.systemsx.cisd.common.api.IRpcService
 [java-and-api-shared] = [java] [api-shared] ch.systemsx.cisd.common.api.client.*
 
-- 
GitLab