From 9b7e7874f66bccf8856d8f491e19a98538debe57 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Mon, 15 Mar 2010 13:28:41 +0000
Subject: [PATCH] MINOR: Added section for viewer plugins.

SVN: 15147
---
 rtd_cina/etc/service.properties | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/rtd_cina/etc/service.properties b/rtd_cina/etc/service.properties
index 0be8579f116..9bc982a6d39 100644
--- a/rtd_cina/etc/service.properties
+++ b/rtd_cina/etc/service.properties
@@ -78,6 +78,22 @@ failure-interval = 10
 # Valid only when auto-detection method is used to determine if an incoming data are ready to be processed.
 quiet-period = 10
 
+# ---------------------------------------------------------------------------
+# reporting and processing plugins configuration
+# ---------------------------------------------------------------------------
+
+# Comma separated names of reporting plugins. Each plugin should have configuration properties prefixed with its name.
+# If name has 'default-' prefix it will be used by default in data set Data View.
+#reporting-plugins = tsv-viewer, csv-viewer
+
+# ---------------------------------------------------------------------------
+# plug ins
+# ---------------------------------------------------------------------------
+#tsv-viewer.label = TSV View 
+#tsv-viewer.dataset-types = TSV
+#tsv-viewer.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.TSVViewReportingPlugin
+#tsv-viewer.properties-file =
+
 
 # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name.
 # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor'
@@ -107,3 +123,4 @@ main-thread.type-extractor = ch.systemsx.cisd.cina.dss.info.CinaTypeExtractor
 main-thread.storage-processor = ch.systemsx.cisd.cina.dss.StorageProcessor
 main-thread.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
 
+
-- 
GitLab