blob: 4b58267fdba2328b396a0a96515a2aca047b17bf [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/osgi-compendium
http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd">
<!-- <osgix:cm-properties id="cfg.with.defaults" persistent-id="uk.org.taverna.commons.update.impl.UpdateManagerImpl">
<prop key="checkIntervalSeconds">300</prop>
</osgix:cm-properties> -->
<bean id="updateManager" class="uk.org.taverna.commons.update.impl.UpdateManagerImpl">
<!-- <property name="eventAdmin" ref="eventAdmin" /> -->
<property name="applicationConfiguration" ref="applicationConfiguration" />
<property name="downloadManager" ref="downloadManager" />
<!-- <osgix:managed-properties persistent-id="uk.org.taverna.commons.update.impl.UpdateManagerImpl" /> -->
</bean>
</beans>