From 32412183552637f7947baa15ed03571a07ca7bf5 Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Thu, 18 Jan 2024 15:45:16 +0100 Subject: [PATCH] BIS-800: Removed life-sciences core-plugin from installer. --- .../openbis/installer/izpack/GlobalInstallationContext.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-openbis-installer/source/java/ch/systemsx/cisd/openbis/installer/izpack/GlobalInstallationContext.java b/app-openbis-installer/source/java/ch/systemsx/cisd/openbis/installer/izpack/GlobalInstallationContext.java index 243dcf7d948..debb2aca8f6 100644 --- a/app-openbis-installer/source/java/ch/systemsx/cisd/openbis/installer/izpack/GlobalInstallationContext.java +++ b/app-openbis-installer/source/java/ch/systemsx/cisd/openbis/installer/izpack/GlobalInstallationContext.java @@ -47,8 +47,6 @@ public class GlobalInstallationContext public static final String TECHNOLOGY_ELN_LIMS = "ELN-LIMS"; - public static final String TECHNOLOGY_ELN_LIMS_LIFE_SCIENCES = "ELN-LIMS-LIFE-SCIENCES"; - public static final String TECHNOLOGY_MICROSCOPY = "MICROSCOPY"; public static final String TECHNOLOGY_FLOW_CYTOMETRY = "FLOW"; @@ -57,7 +55,7 @@ public class GlobalInstallationContext public static final String[] TECHNOLOGIES = { TECHNOLOGY_ILLUMINA_NGS, TECHNOLOGY_ELN_LIMS, TECHNOLOGY_MICROSCOPY, - TECHNOLOGY_FLOW_CYTOMETRY, TECHNOLOGY_ELN_LIMS_LIFE_SCIENCES }; + TECHNOLOGY_FLOW_CYTOMETRY }; /** * set to true if the installation process is trying to update an existing openBIS installation. -- GitLab