From 56bbb2851572a5c51e5dfc147d78de0fb669d5df Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 20 Sep 2012 08:09:42 +0000
Subject: [PATCH] SP-182, Bis-109: add core-plugins-folder property

SVN: 26693
---
 openbis/source/java/service.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openbis/source/java/service.properties b/openbis/source/java/service.properties
index 67051ab4361..656d4eb1378 100644
--- a/openbis/source/java/service.properties
+++ b/openbis/source/java/service.properties
@@ -9,6 +9,8 @@ authorization-component-factory = active-authorization
 
 script-folder = ./source/
 
+core-plugins-folder = source/core-plugins
+
 # Supported: currently only 'postgresql' is supported
 database.engine = postgresql
 database.create-from-scratch = false
-- 
GitLab