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

SSDM-1488: Check older api classes independent on v3 api classes.

SVN: 33523
parent 64189933
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,13 @@
${cisd}.common.api.IRpcService \
${cisd}.base.annotation.JsonObject
[v3-api] = ${sis}.openbis.generic.shared.api.v3.* [common-api]
[v3-api] = ${sis}.openbis.generic.shared.api.v3.*
[not-v3-api] = ch.* excluding [v3-api]
[older-api] = ${cisd}.openbis.*
check sets [v3-api] [not-v3-api]
[not-v3-api] = ch.* excluding [v3-api] [common-api]
check sets [v3-api] [older-api] [not-v3-api]
check [v3-api] independentOf [not-v3-api]
check [older-api] independentOf [v3-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