Skip to content
Snippets Groups Projects
Commit 23a7d58e authored by juanf's avatar juanf
Browse files

SSDM-3414 : Undo make ELN part of the installer

SVN: 36127
parent 9fbe2545
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,6 @@ public class SetEnableTechnologiesVariableAction implements PanelAction ...@@ -40,8 +40,6 @@ public class SetEnableTechnologiesVariableAction implements PanelAction
private static final String DROPBOX_MONITOR_MODULE = "dropbox-monitor"; private static final String DROPBOX_MONITOR_MODULE = "dropbox-monitor";
private static final String DATASET_UPLOADER_MODULE = "dataset-uploader"; private static final String DATASET_UPLOADER_MODULE = "dataset-uploader";
private static final String ELN_LIMS_MODULE = "eln-lims";
static final String ENABLED_TECHNOLOGIES_VARNAME = "ENABLED_TECHNOLOGIES"; static final String ENABLED_TECHNOLOGIES_VARNAME = "ENABLED_TECHNOLOGIES";
...@@ -102,9 +100,6 @@ public class SetEnableTechnologiesVariableAction implements PanelAction ...@@ -102,9 +100,6 @@ public class SetEnableTechnologiesVariableAction implements PanelAction
builder.append(DATASET_UPLOADER_MODULE); builder.append(DATASET_UPLOADER_MODULE);
allTechnologies.add(DATASET_UPLOADER_MODULE); allTechnologies.add(DATASET_UPLOADER_MODULE);
builder.append(ELN_LIMS_MODULE);
allTechnologies.add(ELN_LIMS_MODULE);
for (String technology : GlobalInstallationContext.TECHNOLOGIES) for (String technology : GlobalInstallationContext.TECHNOLOGIES)
{ {
String lowerCasedTechnology = technology.toLowerCase(); String lowerCasedTechnology = technology.toLowerCase();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment