Skip to content
Snippets Groups Projects
Commit cdc7db0d authored by felmer's avatar felmer
Browse files

SSDM-2355: add "dropbox-monitor" as always enabled core-plugin module

SVN: 34612
parent 315a0488
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,7 @@ public class SetEnableTechnologiesVariableAction implements PanelAction ...@@ -91,6 +91,7 @@ public class SetEnableTechnologiesVariableAction implements PanelAction
{ {
Set<String> allTechnologies = new HashSet<String>(); Set<String> allTechnologies = new HashSet<String>();
CommaSeparatedListBuilder builder = new CommaSeparatedListBuilder(); CommaSeparatedListBuilder builder = new CommaSeparatedListBuilder();
builder.append("dropbox-monitor");
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