From 1118f426441ce062680e75eda45c1f5c1a6d2348 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 1 Oct 2012 08:12:24 +0000
Subject: [PATCH] SP-312, BIS-221: Using term 'module' instead of 'technology'
 in comments.

SVN: 26861
---
 openbis/dist/server/core-plugins.properties                   | 4 ++--
 .../dist/etc/core-plugins.properties                          | 4 ++--
 .../dist/server/core-plugins.properties                       | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/openbis/dist/server/core-plugins.properties b/openbis/dist/server/core-plugins.properties
index ea98230698d..242bc2af974 100644
--- a/openbis/dist/server/core-plugins.properties
+++ b/openbis/dist/server/core-plugins.properties
@@ -3,7 +3,7 @@
 #
 
 # 
-# List of comma-separated regular expressions. If a technology (i.e. module) from the core plugins
+# List of comma-separated regular expressions. If a module from the core plugins
 # folder is matching one of these regular expressions it is enabled.
 # By default all technologies are disabled.
 #
@@ -11,6 +11,6 @@
 
 #
 # List of comma-separated full core plugin names (or prefixes) of core plugins to be disabled 
-# even though they are in an enabled technology.
+# even though they are in an enabled module.
 #
 #disabled-core-plugins = 
\ No newline at end of file
diff --git a/openbis_standard_technologies/dist/etc/core-plugins.properties b/openbis_standard_technologies/dist/etc/core-plugins.properties
index 07a7ee05a1d..c7707b39073 100644
--- a/openbis_standard_technologies/dist/etc/core-plugins.properties
+++ b/openbis_standard_technologies/dist/etc/core-plugins.properties
@@ -3,7 +3,7 @@
 #
 
 # 
-# List of comma-separated regular expressions. If a technology (i.e. module) from the core plugins
+# List of comma-separated regular expressions. If a module from the core plugins
 # folder is matching one of these regular expressions it is enabled.
 # By default all technologies are disabled.
 #
@@ -11,6 +11,6 @@ enabled-modules = $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.
+# even though they are in an enabled module.
 #
 #disabled-core-plugins = 
\ No newline at end of file
diff --git a/openbis_standard_technologies/dist/server/core-plugins.properties b/openbis_standard_technologies/dist/server/core-plugins.properties
index 07a7ee05a1d..c7707b39073 100644
--- a/openbis_standard_technologies/dist/server/core-plugins.properties
+++ b/openbis_standard_technologies/dist/server/core-plugins.properties
@@ -3,7 +3,7 @@
 #
 
 # 
-# List of comma-separated regular expressions. If a technology (i.e. module) from the core plugins
+# List of comma-separated regular expressions. If a module from the core plugins
 # folder is matching one of these regular expressions it is enabled.
 # By default all technologies are disabled.
 #
@@ -11,6 +11,6 @@ enabled-modules = $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.
+# even though they are in an enabled module.
 #
 #disabled-core-plugins = 
\ No newline at end of file
-- 
GitLab