summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-09-25 16:19:56 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-09-25 16:19:56 +0200
commitd223639803d4a15c071b76dfbca39018ffaeed81 (patch)
tree782c86393790a25a428573a1b88fa95aa0e3cddf /container-core
parent835d135a7c4ac42d7c4d6017c0da6a6684908d9d (diff)
Remove global install of files and put this in the modules that owns them.
Diffstat (limited to 'container-core')
-rw-r--r--container-core/CMakeLists.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/container-core/CMakeLists.txt b/container-core/CMakeLists.txt
new file mode 100644
index 00000000000..b29758de071
--- /dev/null
+++ b/container-core/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install(FILES src/main/resources/configdefinitions/application-metadata.def RENAME container.core.application-metadata.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/container-document.def RENAME container.core.document.container-document.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/container-http.def RENAME container.core.container-http.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/diagnostics.def RENAME container.core.diagnostics.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/health-monitor.def RENAME container.jdisc.config.health-monitor.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/http-filter.def RENAME container.core.http.http-filter.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/metrics-presentation.def RENAME metrics.metrics-presentation.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/mockservice.def RENAME container.handler.test.mockservice.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/qr-logging.def RENAME container.core.qr-logging.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/qr-searchers.def RENAME container.qr-searchers.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/qr-templates.def RENAME container.core.qr-templates.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/qr.def RENAME container.qr.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/servlet-config.def RENAME container.servlet.servlet-config.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/threadpool.def RENAME container.handler.threadpool.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)
+install(FILES src/main/resources/configdefinitions/vip-status.def RENAME container.core.vip-status.def
+ DESTINATION var/db/vespa/config_server/serverdb/classes)