Skip to content
Snippets Groups Projects
Commit 41538c72 authored by brinn's avatar brinn
Browse files

Fix dependecy structure.

SVN: 27043
parent 94c4f52b
No related branches found
No related tags found
No related merge requests found
{package} = ch.systemsx.cisd.common {package} = ch.systemsx.cisd.common
[annotation] = ${package}.annotation.*
check sets [annotation]
[converter] = ${package}.converter.* [converter] = ${package}.converter.*
check sets [converter] check sets [converter]
[db] = ${package}.db.* [db] = ${package}.db.*
check sets [db] check sets [db]
[exceptions] = ${package}.exceptions.* [exception] = ${package}.exception.*
check sets [exceptions] check sets [exception]
[collections] = ${package}.collections.* [collections] = ${package}.collections.*
check sets [collections] check sets [collections]
...@@ -21,6 +18,15 @@ check sets [logging] ...@@ -21,6 +18,15 @@ check sets [logging]
[parser] = ${package}.parser.* [parser] = ${package}.parser.*
check sets [parser] check sets [parser]
[monitoring] = ${package}.monitoring.*
check sets [monitoring]
[properties] = ${package}.properties.*
check sets [properties]
[reflection] = ${package}.reflection.*
check sets [reflection]
[process] = ${package}.process.* [process] = ${package}.process.*
check sets [process] check sets [process]
...@@ -36,21 +42,13 @@ check sets [io] ...@@ -36,21 +42,13 @@ check sets [io]
[mail] = ${package}.mail.* [mail] = ${package}.mail.*
check sets [mail] check sets [mail]
layer layer0 = [io] [annotation] [exceptions] [logging] [converter] layer layer0 = [io] [logging] [converter] [reflection]
layer layer1 = [process] [mail] [collections] layer layer1 = [exception]
layer layer2 = [compression] [test] layer layer2 = [collections]
layer layer3 = [db] [parser] layer layer3 = [process] [mail] [properties] [monitoring]
layer layer4 = [compression] [test]
layer layer5 = [db] [parser]
check layeringOf layer0 layer1 layer2 check layeringOf layer0 layer1 layer2 layer3 layer4 layer5
check [parser] independentOf ${package}.exceptions.UserFailureException check [parser] independentOf ${package}.exceptions.UserFailureException
##########################
# Hierarchical Content API
[hierarchical-content-api] = ${package}.io.hierarchical_content.api.*
[java] = java* *.annotation.* *.exceptions.* ch.systemsx.cisd.base.io.IRandomAccessFile
[java-and-hierarchical-content-api] = [java] [hierarchical-content-api]
check sets [hierarchical-content-api]
check [hierarchical-content-api] dependentOnlyOn [java-and-hierarchical-content-api]
\ No newline at end of file
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