From db8b9f91ac221dbd8274ab2f129c0ac331186562 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Thu, 26 Oct 2017 18:11:56 +0200
Subject: [PATCH] Update XML example files to recent renamings.

---
 AutoTx/Resources/configuration-example.xml | 4 ++--
 AutoTx/Resources/status-example.xml        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/AutoTx/Resources/configuration-example.xml b/AutoTx/Resources/configuration-example.xml
index 44cbe59..4f0a545 100644
--- a/AutoTx/Resources/configuration-example.xml
+++ b/AutoTx/Resources/configuration-example.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<XmlConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<ServiceConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 	<!-- HostAlias: friendly name to be used for this machine in mails -->
 	<HostAlias>Confocal Microscope 2</HostAlias>
@@ -75,4 +75,4 @@
          admin notification before sending the next one -->
     <AdminNotificationDelta>60</AdminNotificationDelta>
 	<AdminEmailAdress>admin@mydomain.xy</AdminEmailAdress>
-</XmlConfiguration>
\ No newline at end of file
+</ServiceConfig>
\ No newline at end of file
diff --git a/AutoTx/Resources/status-example.xml b/AutoTx/Resources/status-example.xml
index 46c566a..4d95c51 100644
--- a/AutoTx/Resources/status-example.xml
+++ b/AutoTx/Resources/status-example.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<XmlStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<ServiceStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <LastStatusUpdate>0001-01-01T00:00:00</LastStatusUpdate>
   <LastStorageNotification>0001-01-01T00:00:00</LastStorageNotification>
   <LastAdminNotification>0001-01-01T00:00:00</LastAdminNotification>
@@ -10,4 +10,4 @@
   <FilecopyFinished>true</FilecopyFinished>
   <CleanShutdown>true</CleanShutdown>
   <CurrentTransferSize>0</CurrentTransferSize>
-</XmlStatus>
\ No newline at end of file
+</ServiceStatus>
\ No newline at end of file
-- 
GitLab