From 8d1ffb02cc3b90bff5e676695c06109da4d7e4bf Mon Sep 17 00:00:00 2001
From: aschwinn <al.schwinn@gsi.de>
Date: Tue, 23 May 2017 14:15:46 +0200
Subject: [PATCH] Bug 1387 - Provide Command-Line Silecs Client - added new
 package to release-scripts

---
 silecs-cli-client/install.sh              | 3 ++-
 silecs-communication-cpp/releaseSilecs.sh | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/silecs-cli-client/install.sh b/silecs-cli-client/install.sh
index b3b9700..9664c3b 100755
--- a/silecs-cli-client/install.sh
+++ b/silecs-cli-client/install.sh
@@ -7,4 +7,5 @@ SCRIPT=$(readlink -f "$0")
 SCRIPTPATH=$(dirname "$SCRIPT")     # path where this script is located in
 
 mkdir -p ${INSTALL_DIR}
-cp -r ${SCRIPTPATH}/build/bin ${INSTALL_DIR}
\ No newline at end of file
+cp -r ${SCRIPTPATH}/build/bin ${INSTALL_DIR}
+cp -r ${SCRIPTPATH}/examples ${INSTALL_DIR}
\ No newline at end of file
diff --git a/silecs-communication-cpp/releaseSilecs.sh b/silecs-communication-cpp/releaseSilecs.sh
index 76a5cff..c01d780 100755
--- a/silecs-communication-cpp/releaseSilecs.sh
+++ b/silecs-communication-cpp/releaseSilecs.sh
@@ -12,8 +12,8 @@
 # release a new version of the silecs-eclipse plugin
 # $ plugin_release /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git/silecs-plugin
 
-# List of silecs packages which is released or patched
-PACKAGES="silecs-codegen silecs-model silecs-communication-cpp silecs-diagnostic-cpp snap7"
+# List of silecs packages which can be released or patched
+PACKAGES="silecs-codegen silecs-model silecs-communication-cpp silecs-diagnostic-cpp silecs-cli-client snap7"
 
 # Check that folder exists, print proper error if not
 checkFolderExists()
-- 
GitLab