From 3cb909475ff27332e3bdc85543286b9b95e2523e Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Fri, 20 May 2022 15:16:43 +0200 Subject: install_jar CMake function --- zookeeper-server/zookeeper-server-3.7.1/CMakeLists.txt | 2 +- zookeeper-server/zookeeper-server-common/CMakeLists.txt | 2 +- zookeeper-server/zookeeper-server/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'zookeeper-server') diff --git a/zookeeper-server/zookeeper-server-3.7.1/CMakeLists.txt b/zookeeper-server/zookeeper-server-3.7.1/CMakeLists.txt index 3f90b81966b..6afd812ef07 100644 --- a/zookeeper-server/zookeeper-server-3.7.1/CMakeLists.txt +++ b/zookeeper-server/zookeeper-server-3.7.1/CMakeLists.txt @@ -1,2 +1,2 @@ # Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -install_fat_java_artifact(zookeeper-server-3.7.1) +install_jar(zookeeper-server-3.7.1-jar-with-dependencies.jar) diff --git a/zookeeper-server/zookeeper-server-common/CMakeLists.txt b/zookeeper-server/zookeeper-server-common/CMakeLists.txt index 6f8ea04c263..9f3d26e836f 100644 --- a/zookeeper-server/zookeeper-server-common/CMakeLists.txt +++ b/zookeeper-server/zookeeper-server-common/CMakeLists.txt @@ -1,2 +1,2 @@ # Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -install_fat_java_artifact(zookeeper-server-common) +install_jar(zookeeper-server-common-jar-with-dependencies.jar) diff --git a/zookeeper-server/zookeeper-server/CMakeLists.txt b/zookeeper-server/zookeeper-server/CMakeLists.txt index 1022ee5b2cd..98cb495e4b6 100644 --- a/zookeeper-server/zookeeper-server/CMakeLists.txt +++ b/zookeeper-server/zookeeper-server/CMakeLists.txt @@ -1,4 +1,4 @@ # Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -install_fat_java_artifact(zookeeper-server-3.7.0) +install_jar(zookeeper-server-3.7.0-jar-with-dependencies.jar) # Make symlink so that we have a default version, should be done only in zookeeper-server module install_symlink(lib/jars/zookeeper-server-3.7.0-jar-with-dependencies.jar lib/jars/zookeeper-server-jar-with-dependencies.jar) -- cgit v1.2.3