summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-09-19 11:41:31 +0200
committerHarald Musum <musum@verizonmedia.com>2019-09-19 11:41:31 +0200
commitb07973411b930ade7a0a8a490c395b953b36c2fa (patch)
treed460afa117c07717b1788bdfa91f392326908dfa /zookeeper-command-line-client/CMakeLists.txt
parent4746c714d1a59e69a75bc328cb52b540445fa04f (diff)
Rename jar file to be the same as module name
Diffstat (limited to 'zookeeper-command-line-client/CMakeLists.txt')
-rw-r--r--zookeeper-command-line-client/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/zookeeper-command-line-client/CMakeLists.txt b/zookeeper-command-line-client/CMakeLists.txt
index ca16314b802..bbcffeff392 100644
--- a/zookeeper-command-line-client/CMakeLists.txt
+++ b/zookeeper-command-line-client/CMakeLists.txt
@@ -1,2 +1,2 @@
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_fat_java_artifact(vespa-zookeeper-command-line-client)
+install_fat_java_artifact(zookeeper-command-line-client)