From 09bdb6da2fddf16da4932fd36e109c3b43e670b7 Mon Sep 17 00:00:00 2001 From: ribeaudc <ribeaudc> Date: Thu, 31 Jul 2008 10:06:09 +0000 Subject: [PATCH] minor: - We no longer use 'global/local' to distinguish the origin of sample. SVN: 7638 --- .../templates/etlserver-all/etc/service.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/templates/etlserver-all/etc/service.properties b/integration-tests/templates/etlserver-all/etc/service.properties index 748ac6835b4..0f176a49517 100644 --- a/integration-tests/templates/etlserver-all/etc/service.properties +++ b/integration-tests/templates/etlserver-all/etc/service.properties @@ -60,7 +60,7 @@ inputs=raw-data,image-analysis # The directory to watch for incoming data. raw-data.incoming-dir = ../data/out-raw # The group the samples extracted by this thread belong to. If commented out or empty, then samples -# are considered global (not group private). +# are considered associated to a database instance (not group private). raw-data.group-code = CISD # The extractor plugin class to use for data set information extraction @@ -98,7 +98,7 @@ raw-data.storage-processor.file-extractor = ch.systemsx.cisd.etlserver.imsb.HCSI # --------------------------------------------------------------------------- image-analysis.incoming-dir = ../data/out-analysis # The group the samples extracted by this thread belong to. If commented out or empty, then samples -# are considered global (not group private). +# are considered associated to a database instance (not group private). image-analysis.group-code = CISD image-analysis.data-set-info-extractor = ch.systemsx.cisd.etlserver.threev.DataSetInfoExtractorForImageAnalysis -- GitLab