From 4cf678fb616ec49bc16dbec13466352a8fd93228 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 18 Jan 2010 14:26:23 +0000
Subject: [PATCH] minor: add yeastx new config to integration-test files (no
 tests are base on it, just for documentation)

SVN: 14324
---
 .../etc/service.properties                    | 37 +++++++++++++++++--
 1 file changed, 33 insertions(+), 4 deletions(-)

diff --git a/integration-tests/templates/datastore_server_yeastx/etc/service.properties b/integration-tests/templates/datastore_server_yeastx/etc/service.properties
index a98e1347de3..0ab94cdd21c 100644
--- a/integration-tests/templates/datastore_server_yeastx/etc/service.properties
+++ b/integration-tests/templates/datastore_server_yeastx/etc/service.properties
@@ -52,6 +52,39 @@ download-url = https://localhost:8444
 # SMTP properties (must start with 'mail' to be considered). 
 mail.smtp.host = file://${root}
 
+yeastx-databaseEngineCode = postgresql
+yeastx-basicDatabaseName = metabol
+yeastx-databaseKind = dev
+
+# ------------------------
+
+# Comma separated names of reporting plugins. Each plugin should have configuration properties prefixed with its name.
+reporting-plugins = eicml-chromatograms-reporter, eicml-runs-reporter
+
+# Label of the plugin which will be shown for the users.
+eicml-chromatograms-reporter.label = Show eicML chromatograms
+# Comma separated list of dataset type codes which can be handled by this plugin.
+eicml-chromatograms-reporter.dataset-types = EICML
+# Plugin class specification (together with the list of packages this class belongs to).
+eicml-chromatograms-reporter.class = ch.systemsx.cisd.yeastx.eicml.EICMLChromatogramsReporter
+# The property file. Its content will be passed as a parameter to the plugin.
+eicml-chromatograms-reporter.properties-file = 
+eicml-chromatograms-reporter.database.databaseEngineCode = ${yeastx-databaseEngineCode}
+eicml-chromatograms-reporter.database.basicDatabaseName = ${yeastx-basicDatabaseName}
+eicml-chromatograms-reporter.database.databaseKind = ${yeastx-databaseKind}
+
+# Label of the plugin which will be shown for the users.
+eicml-runs-reporter.label = Show eicML runs
+# Comma separated list of dataset type codes which can be handled by this plugin.
+eicml-runs-reporter.dataset-types = EICML
+# Plugin class specification (together with the list of packages this class belongs to).
+eicml-runs-reporter.class = ch.systemsx.cisd.yeastx.eicml.EICMLRunsReporter
+# The property file. Its content will be passed as a parameter to the plugin.
+eicml-runs-reporter.properties-file = 
+eicml-runs-reporter.database.databaseEngineCode = ${yeastx-databaseEngineCode}
+eicml-runs-reporter.database.basicDatabaseName = ${yeastx-basicDatabaseName}
+eicml-runs-reporter.database.databaseKind = ${yeastx-databaseKind}
+
 # ------------------------
 
 # The period of no write access that needs to pass before an incoming data item is considered 
@@ -86,10 +119,6 @@ sample-name-property-code = samplename
 experiment-name-property-code = name
 file-name-property-code = file_name
 
-yeastx-databaseEngineCode = postgresql
-yeastx-basicDatabaseName = metabol
-yeastx-databaseKind = dev
-
 gain-write-access-script = ../datastore_server_yeastx/takeCifsOwnershipRecursive.sh
 
 main-thread.dataset-handler = ch.systemsx.cisd.yeastx.etl.BatchDataSetHandler
-- 
GitLab