Newer
Older
felmer
committed
#show allResults
felmer
committed
{sis} = ch.ethz.sis
[common-api] = ${cisd}.common.exceptions.*Exception \
${cisd}.common.api.IRpcService \
${cisd}.base.annotation.JsonObject \
${cisd}.common.reflection.ClassUtils \
${cisd}.common.shared.basic.string.CommaSeparatedListBuilder \
${sis}.filetransfer.*
[v3-api] = ${sis}.openbis.generic.asapi.v3.* \
${sis}.openbis.generic.dssapi.v3.*
felmer
committed
[older-api] = ${cisd}.openbis.*
felmer
committed
[not-v3-api] = ch.* excluding [v3-api] [common-api]
check sets [v3-api] [older-api] [not-v3-api]
felmer
committed
check [v3-api] independentOf [not-v3-api]
check [older-api] independentOf [v3-api]