From a693f73cce4fa869895743b004cc30c2bd4c14de Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 22 Jan 2016 15:38:59 +0000
Subject: [PATCH] Task #8888: Disable ResourceAssignmentWebService for now

---
 SubSystems/RAServices/CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/SubSystems/RAServices/CMakeLists.txt b/SubSystems/RAServices/CMakeLists.txt
index 9d9a8db6af5..bb31f489a47 100644
--- a/SubSystems/RAServices/CMakeLists.txt
+++ b/SubSystems/RAServices/CMakeLists.txt
@@ -1,7 +1,9 @@
 # $Id: CMakeLists.txt 20934 2012-05-15 09:26:48Z schoenmakers $
 
+#lofar_package(RAServices 
+#  DEPENDS OTDB_Services ResourceAssignmentEditor ResourceAssignmentServices)
 lofar_package(RAServices 
-  DEPENDS OTDB_Services ResourceAssignmentEditor ResourceAssignmentServices)
+  DEPENDS OTDB_Services ResourceAssignmentServices)
 
 # supervisord config files
 install(FILES
-- 
GitLab