]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/agent/org.argeo.slc.agent/META-INF/spring/common.xml
Move to SLC legacy
[gpl/argeo-slc.git] / modules / agent / org.argeo.slc.agent / META-INF / spring / common.xml
index dfb3f259ac4cf177203c5cafe5d1ec2adc902e40..2a3f36cfb8d8e631ea22c6f73679dedeabe87864 100644 (file)
@@ -4,6 +4,11 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
        default-lazy-init="false">
 
-       <bean id="treeTestResultLogger" class="org.argeo.slc.core.test.tree.TreeTestResultLogger" />
-
+       <bean
+               class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+               <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
+               <property name="locations">
+                       <value>osgibundle:agent.properties</value>
+               </property>
+       </bean>
 </beans>
\ No newline at end of file