removing obsolete requirement for cdmserver.properties
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 15 Feb 2010 10:46:29 +0000 (10:46 +0000)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Mon, 15 Feb 2010 10:46:29 +0000 (10:46 +0000)
cdmlib-remote/src/main/webapp/WEB-INF/applicationContext.xml

index 6832a46cb69fe09ed576518a8ce7728d2ad019c4..6154e6cd57b90275cdb1292179e40c48bf2d2b6e 100644 (file)
@@ -21,8 +21,7 @@
     <!-- import additional beans into the root context -->
     <import resource="applicationContext.views.xml"/>
 
-       <!--  load usenames and passwords from properties file and import datasource bean configurations -->
-    <context:property-placeholder location="file:${user.home}/.cdmLibrary/cdmserver.properties"/>
+       <!--  load usenames and passwords from properties file and import data source bean configurations -->
     <!-- CONFIGURE WEB APPLICATION HERE -->
     <import resource="datasources/routing-datasource.xml"/>
     <!--