From 234dc8dc2d3f31d46b7ef24aefd73b2099f75cc0 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 14 Jan 2008 10:16:02 +0000
Subject: [PATCH] LMS-210 add properties for PorcessingPathValidator

SVN: 3505
---
 .../templates/openBIS-server/service.properties            | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties
index 55c418d8884..84080ce1c75 100644
--- a/integration-tests/templates/openBIS-server/service.properties
+++ b/integration-tests/templates/openBIS-server/service.properties
@@ -28,4 +28,9 @@ mail.smtp.host = smtp0.ethz.ch
 mail.smtp.user = lims
 mail.smtp.password = 
 
-ibrain.root.folder = .
\ No newline at end of file
+# Properties for ProcessingPathValidator:
+# path prefixes for each procedure type
+processing-instruction.DATA_ACQUISITION.prefix-for-absolute-paths =
+processing-instruction.DATA_ACQUISITION.prefix-for-relative-paths =
+processing-instruction.IMAGE_ANALYSIS.prefix-for-absolute-paths =
+processing-instruction.IMAGE_ANALYSIS.prefix-for-relative-paths =
-- 
GitLab