From 0e1d6ee352421d7a55ea61efeea56be2acb3fee0 Mon Sep 17 00:00:00 2001 From: aschwinn <al.schwinn@gsi.de> Date: Thu, 15 Sep 2016 10:59:50 +0200 Subject: [PATCH] updated doc --- silecs-communication-cpp/releaseSilecs.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/silecs-communication-cpp/releaseSilecs.sh b/silecs-communication-cpp/releaseSilecs.sh index a7afccc..04f6dab 100755 --- a/silecs-communication-cpp/releaseSilecs.sh +++ b/silecs-communication-cpp/releaseSilecs.sh @@ -3,14 +3,14 @@ # $ source releaseSilecs.sh # # release a new version v1.0.0 -# $ release 1.0.0 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/workspace-silecs-mars +# $ release 1.0.0 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git/silecs # # patch 2 packages of an existing version 1.2.3 -# $ patch silecs-codegen 1.2.4 1.2.3 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/workspace-silecs-mars -# $ patch silecs-model 1.2.4 1.2.3 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/workspace-silecs-mars +# $ patch silecs-codegen 1.2.4 1.2.3 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git/silecs +# $ patch silecs-model 1.2.4 1.2.3 /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git/silecs # # release a new version of the silecs-eclipse plugin -# $ plugin_release /common/usr/cscofe/silecs /home/bel/schwinn/lnx/workspace-silecs-mars +# $ 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" @@ -105,4 +105,4 @@ patch() fi done return 0 -} \ No newline at end of file +} -- GitLab