From ec4b6c3263cc3ff271a4d1945b2fe794e355b13c Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 18 Sep 2012 07:49:56 +0000 Subject: [PATCH] SP-182, Bis-109: missing core_plugins.properties added to dist/server SVN: 26654 --- openbis/dist/server/core_plugins.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 openbis/dist/server/core_plugins.properties diff --git a/openbis/dist/server/core_plugins.properties b/openbis/dist/server/core_plugins.properties new file mode 100644 index 00000000000..baaa126f583 --- /dev/null +++ b/openbis/dist/server/core_plugins.properties @@ -0,0 +1,16 @@ +# +# Properties for enabling/disabling core plugins +# + +# +# List of comma-separated regular expressions. If a technology (i.e. module) from the core plugins +# folder is matching one of these regular expressions it is enabled. +# By default all technologies are disabled. +# +enabled-technologies = $ENABLED_TECHNOLOGIES + +# +# List of comma-separated full core plugin names (or prefixes) of core plugins to be disabled +# even though they are in an enabled technology. +# +#disabled-core-plugins = \ No newline at end of file -- GitLab