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. --- jdisc_http_service/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 jdisc_http_service/CMakeLists.txt (limited to 'jdisc_http_service') diff --git a/jdisc_http_service/CMakeLists.txt b/jdisc_http_service/CMakeLists.txt new file mode 100644 index 00000000000..06af545bf34 --- /dev/null +++ b/jdisc_http_service/CMakeLists.txt @@ -0,0 +1,10 @@ +# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +install_fat_java_artifact(jdisc_http_service) + +install(FILES + src/main/resources/configdefinitions/jdisc.http.client.http-client.def + src/main/resources/configdefinitions/jdisc.http.connector.def + src/main/resources/configdefinitions/jdisc.http.server.def + src/main/resources/configdefinitions/jdisc.http.servlet-paths.def + DESTINATION var/db/vespa/config_server/serverdb/classes) + -- cgit v1.2.3