Skip to content
Snippets Groups Projects
Commit 8b525858 authored by felmer's avatar felmer
Browse files

LMS-2587 plugin API's are allowed to depend on generic APIs

SVN: 23414
parent 05a674f7
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ check layeringOf plugin.${pq}.web.client-server
[api-shared] = ${plugin}.*.shared.api.*
[api-client] = ${plugin}.*.client.api.*
[java] = java* *.annotation.* *.annotate.* ch.systemsx.cisd.common.api.IRpcService
[java] = java* *.annotation.* *.annotate.* ch.systemsx.cisd.common.api.IRpcService ${generic}.shared.api.*
[java-and-api-shared] = [java] [api-shared] ch.systemsx.cisd.common.api.client.*
check sets [api-shared] [api-client]
......
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