From 102530d0dd1cae2f271634af221a988c2ac311eb Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 22 Sep 2010 07:55:33 +0000 Subject: [PATCH] minor: clean configuration SVN: 17942 --- screening/dist/etc/service.properties | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/screening/dist/etc/service.properties b/screening/dist/etc/service.properties index e0e6dd717f2..4d903d1eb42 100644 --- a/screening/dist/etc/service.properties +++ b/screening/dist/etc/service.properties @@ -140,7 +140,7 @@ screening-dss-api-exporter-servlet.path = /rmi-datastore-server-screening-api-v1 # --------------------------------------------------------------------------- maintenance-plugins=data-set-clean-up -# hierarchical-storage-updater, feature-migrator, bds-migrator +# hierarchical-storage-updater # the plugin which is run periodically to create a mirror structure of the store with the same files # but with user-readable structure of directories @@ -155,31 +155,6 @@ data-set-clean-up.class = ch.systemsx.cisd.etlserver.plugins.DataSetDeletionMain data-set-clean-up.interval = 86400 data-set-clean-up.data-source = imaging-db -bds-migrator.class = ch.systemsx.cisd.etlserver.plugins.ChainedDataSetMigrationTask -bds-migrator.execute-only-once = true -bds-migrator.storeRoot = ${storeroot-dir} -#bds-migrator.migrators = bds-image-db, bds-original-relocator, bds-remover -bds-migrator.migrators = bds-image-db -bds-migrator.bds-image-db.class = ch.systemsx.cisd.openbis.dss.etl.bdsmigration.BDSImagingDatabaseMigrator -bds-migrator.bds-image-db.data-source = imaging-db -bds-migrator.bds-image-db.channel-names = dapi, gfp -#bds-migrator.bds-image-db.extract-single-image-channels = BLUE, GREEN -bds-migrator.bds-original-relocator.class = ch.systemsx.cisd.openbis.dss.etl.bdsmigration.BDSOriginalDataRelocatorMigrator -bds-migrator.bds-remover.class = ch.systemsx.cisd.openbis.dss.etl.bdsmigration.BDSDataRemoverMigrator - -feature-migrator.class = ch.systemsx.cisd.etlserver.plugins.ChainedDataSetMigrationTask -feature-migrator.execute-only-once = true -feature-migrator.storeRoot = ${storeroot-dir} -feature-migrator.migrators = csv -feature-migrator.csv.class = ch.systemsx.cisd.openbis.dss.etl.featurevector.CsvFeatureVectorMigrator -feature-migrator.csv.data-source = imaging-db -# semi-colon (;) by default -#feature-migrator.csv.separator = , -#feature-migrator.csv.ignore-comments = true -#feature-migrator.csv.well-name-row = row -#feature-migrator.csv.well-name-col = col -#feature-migrator.csv.well-name-col-is-alphanum = true - # --------------------------------------------------------------------------- # DROPBOXES CONFIGURATION # --------------------------------------------------------------------------- -- GitLab