(refs #505)Disable the plugin system in default

This commit is contained in:
Naoki Takezoe
2014-10-05 18:08:33 +09:00
parent b3df3f44c6
commit 91b82c2652
4 changed files with 58 additions and 39 deletions

View File

@@ -191,4 +191,7 @@ object SystemSettingsService {
else value
}
// TODO temporary flag
val enablePluginSystem = Option(System.getProperty("enable.plugin")).getOrElse("false").toBoolean
}