From d223639803d4a15c071b76dfbca39018ffaeed81 Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Mon, 25 Sep 2017 16:19:56 +0200 Subject: Remove global install of files and put this in the modules that owns them. --- container-search-and-docproc/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 container-search-and-docproc/CMakeLists.txt (limited to 'container-search-and-docproc') diff --git a/container-search-and-docproc/CMakeLists.txt b/container-search-and-docproc/CMakeLists.txt new file mode 100644 index 00000000000..695bf156896 --- /dev/null +++ b/container-search-and-docproc/CMakeLists.txt @@ -0,0 +1,5 @@ +# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +install_fat_java_artifact(container-search-and-docproc) + +install(FILES src/main/resources/configdefinitions/application-userdata.def RENAME container.handler.observability.application-userdata.def + DESTINATION var/db/vespa/config_server/serverdb/classes) -- cgit v1.2.3