Skip to content
Snippets Groups Projects
Commit 33abba18 authored by brinn's avatar brinn
Browse files

fix: remove set [config] since ch.systemsx.cisd.common.config has been removed

SVN: 4371
parent d485a842
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
[annotation] = ${package}.annotation.* [annotation] = ${package}.annotation.*
check sets [annotation] check sets [annotation]
[config] = ${package}.config.*
check sets [config]
[converter] = ${package}.converter.* [converter] = ${package}.converter.*
check sets [converter] check sets [converter]
...@@ -30,7 +27,7 @@ check sets [utilities] ...@@ -30,7 +27,7 @@ check sets [utilities]
layer layer0 = [annotation] [exceptions] [logging] [test] layer layer0 = [annotation] [exceptions] [logging] [test]
layer layer1 = [utilities] layer layer1 = [utilities]
layer layer2 = [config] [db] [parser] layer layer2 = [db] [parser]
check layeringOf layer0 layer1 layer2 check layeringOf layer0 layer1 layer2
......
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