From 266e12e6beb33793290706c89b81ff232730b66a Mon Sep 17 00:00:00 2001
From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl>
Date: Wed, 1 Apr 2020 19:14:35 +0200
Subject: [PATCH] Update file with new paths

---
 RandomDataDev/RandomData.xmi         | 2 +-
 RandomDataDev/lauchRandomData.sh     | 2 +-
 crossechoTangoDev/Crossecho.xmi      | 2 +-
 crossechoTangoDev/launchCrossecho.sh | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/RandomDataDev/RandomData.xmi b/RandomDataDev/RandomData.xmi
index e694933e5..67f1f09e9 100644
--- a/RandomDataDev/RandomData.xmi
+++ b/RandomDataDev/RandomData.xmi
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ASCII"?>
 <pogoDsl:PogoSystem xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:pogoDsl="http://www.esrf.fr/tango/pogo/PogoDsl">
   <classes name="RandomData" pogoRevision="9.6">
-    <description description="" title="Random data monitor point device" sourcePath="/hosthome/workspace.astron/git/tango-workshop/RandomDataDev" language="PythonHL" filestogenerate="XMI   file,Code files,Protected Regions" license="APACHE" copyright="" hasMandatoryProperty="false" hasConcreteProperty="false" hasAbstractCommand="false" hasAbstractAttribute="false">
+    <description description="" title="Random data monitor point device" sourcePath="/hosthome/workspace.astron/git/tango/RandomDataDev" language="PythonHL" filestogenerate="XMI   file,Code files,Protected Regions" license="APACHE" copyright="" hasMandatoryProperty="false" hasConcreteProperty="false" hasAbstractCommand="false" hasAbstractAttribute="false">
       <inheritances classname="Device_Impl" sourcePath=""/>
       <identification contact="at astron.nl - jurges" author="jurges" emailDomain="astron.nl" classFamily="Simulators" siteSpecific="" platform="Unix Like" bus="Not Applicable" manufacturer="ASTRON" reference=""/>
     </description>
diff --git a/RandomDataDev/lauchRandomData.sh b/RandomDataDev/lauchRandomData.sh
index 70d642602..9198225a6 100755
--- a/RandomDataDev/lauchRandomData.sh
+++ b/RandomDataDev/lauchRandomData.sh
@@ -1 +1 @@
-docker exec -it -e PYTHONPATH=/hosthome/workspace.astron/git/SKA/ itango python3 /hosthome/workspace.astron/git/tango-workshop/RandomDataDev/RandomData.py 1 -v
+docker exec -it -e PYTHONPATH=/hosthome/workspace.astron/git/SKA/ itango python3 /hosthome/workspace.astron/git/tango/RandomDataDev/RandomData.py 1 -v
diff --git a/crossechoTangoDev/Crossecho.xmi b/crossechoTangoDev/Crossecho.xmi
index 663665f22..9deb107f9 100644
--- a/crossechoTangoDev/Crossecho.xmi
+++ b/crossechoTangoDev/Crossecho.xmi
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ASCII"?>
 <pogoDsl:PogoSystem xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:pogoDsl="http://www.esrf.fr/tango/pogo/PogoDsl">
   <classes name="Crossecho" pogoRevision="9.6">
-    <description description="Implementation of a Tango device on top of an existing OPC-UA server in Python3." title="LOFAR2.0 Station Software" sourcePath="/home/tango/tango-workshop/crossechoTangoDev" language="PythonHL" filestogenerate="XMI   file,Code files,Protected Regions" license="APACHE" copyright="" hasMandatoryProperty="false" hasConcreteProperty="true" hasAbstractCommand="false" hasAbstractAttribute="false">
+    <description description="Implementation of a Tango device on top of an existing OPC-UA server in Python3." title="LOFAR2.0 Station Software" sourcePath="/hosthome/workspace.astron/git/tango/crossechoTangoDev" language="PythonHL" filestogenerate="XMI   file,Code files,Protected Regions" license="APACHE" copyright="" hasMandatoryProperty="false" hasConcreteProperty="true" hasAbstractCommand="false" hasAbstractAttribute="false">
       <inheritances classname="Device_Impl" sourcePath=""/>
       <identification contact="at astron.nl - jurges" author="jurges" emailDomain="astron.nl" classFamily="OtherInstruments" siteSpecific="" platform="Unix Like" bus="Not Applicable" manufacturer="none" reference=""/>
     </description>
diff --git a/crossechoTangoDev/launchCrossecho.sh b/crossechoTangoDev/launchCrossecho.sh
index 93ec0107e..f4df89212 100755
--- a/crossechoTangoDev/launchCrossecho.sh
+++ b/crossechoTangoDev/launchCrossecho.sh
@@ -1,2 +1,2 @@
-docker exec -it -e PYTHONPATH=/hosthome/workspace.astron/git/SKA/ itango python3 /hosthome/workspace.astron/git/tango-workshop/crossechoTangoDev/Crossecho.py 1
+docker exec -it -e PYTHONPATH=/hosthome/workspace.astron/git/SKA/ itango python3 /hosthome/workspace.astron/git/tango/crossechoTangoDev/Crossecho.py 1
 
-- 
GitLab