From 5626828b821b545601b2e621a140242fbf26390c Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 5 Jun 2012 07:55:59 +0000
Subject: [PATCH] SP-71, BIS-52: Adding enabled-technologies to
 service.properties for Eclipse environment

SVN: 25556
---
 rtd_phosphonetx/source/java/service.properties | 2 ++
 screening/source/java/service.properties       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/rtd_phosphonetx/source/java/service.properties b/rtd_phosphonetx/source/java/service.properties
index 5eeac2a677b..38f53998a33 100644
--- a/rtd_phosphonetx/source/java/service.properties
+++ b/rtd_phosphonetx/source/java/service.properties
@@ -50,6 +50,8 @@ hibernate.search.batch-size = 1000
 # Maximum number of search results
 hibernate.search.maxResults = 100000
 
+enabled-technologies = proteomics
+
 web-client-configuration-file = etc/web-client.properties
 
 dss-based-data-source-provider.data-store-servers = DSS1
diff --git a/screening/source/java/service.properties b/screening/source/java/service.properties
index 191b78989ce..aad532b0f49 100644
--- a/screening/source/java/service.properties
+++ b/screening/source/java/service.properties
@@ -73,6 +73,8 @@ hibernate.search.worker.execution=async
 # Name of the file that stores Web Client configuration
 web-client-configuration-file = etc/web-client.properties
 
+enabled-technologies = screening
+
 # initialize screening meta data for empty data bases
 core-plugins-folder=../screening/source/core-plugins
 
-- 
GitLab