Skip to content
Snippets Groups Projects
dependency-structure.ddf 475 B
Newer Older
{openbis} = ch.systemsx.cisd.openbis
{package} = ${openbis}.datasetdownload
######################################################################
# Check dependencies to openbis


[datasetdownload] = ${package}.*
[private_openbis] = ${openbis}.* excluding ${openbis}.generic.shared.dto.* ${openbis}.generic.shared.I*Service [datasetdownload]

check sets [datasetdownload]

check [datasetdownload] independentOf [private_openbis]