From 24e43485bb29b294900a7ae806da28dd01de9f6e Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 9 Feb 2012 09:55:35 +0000
Subject: [PATCH] LMS-2760 standard-technologies-applicationContext.xml
 simplified

SVN: 24395
---
 .../java/standard-technologies-applicationContext.xml      | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/openbis_standard_technologies/source/java/standard-technologies-applicationContext.xml b/openbis_standard_technologies/source/java/standard-technologies-applicationContext.xml
index 4e3bfb18d5e..d20faa6fe2f 100644
--- a/openbis_standard_technologies/source/java/standard-technologies-applicationContext.xml
+++ b/openbis_standard_technologies/source/java/standard-technologies-applicationContext.xml
@@ -14,11 +14,8 @@
     <import resource="proteomics-plugin-applicationContext.xml"/>
     <import resource="screening-plugin-applicationContext.xml"/>
     
-    <plugins:annotation-config />
-
-    <plugins:component-scan base-package="ch.systemsx.cisd.openbis">
-        <plugins:exclude-filter type="annotation"
-            expression="org.springframework.stereotype.Controller" />
+    <plugins:component-scan base-package="ch.systemsx.cisd.openbis" annotation-config="false">
+        <plugins:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" />
     </plugins:component-scan>
     
 </beans>
\ No newline at end of file
-- 
GitLab