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

using new Classycle 1.4 feature

SVN: 20901
parent 5525af5f
No related branches found
No related tags found
No related merge requests found
...@@ -218,13 +218,13 @@ check layeringOf plugin.${pq}.web.client-server ...@@ -218,13 +218,13 @@ check layeringOf plugin.${pq}.web.client-server
[api-shared] = ${plugin}.${pq}.shared.api.* [api-shared] = ${plugin}.${pq}.shared.api.*
[api-client] = ${plugin}.${pq}.client.api.* [api-client] = ${plugin}.${pq}.client.api.*
[everything-except-java] = * excluding java* *.annotation.* ch.systemsx.cisd.common.api.IRpcService [java] = java* *.annotation.* ch.systemsx.cisd.common.api.IRpcService
[everything-except-java-and-api-shared] = [everything-except-java] excluding [api-shared] ch.systemsx.cisd.common.api.client.* [java-and-api-shared] = [java] [api-shared] ch.systemsx.cisd.common.api.client.*
check sets [api-shared] [api-client] check sets [api-shared] [api-client]
check [api-shared] independentOf [everything-except-java] check [api-shared] dependentOnlyOn [java]
check [api-client] independentOf [everything-except-java-and-api-shared] check [api-client] dependentOnlyOn [java-and-api-shared]
########################################### ###########################################
# Script API # Script API
......
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