blob: 7315a1b7372d105d62749f2ef2c90d66a08b64d8 [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.plugin.impl.PluginSiteManagerImpl">
<prop key="checkIntervalSeconds">300</prop>
</osgix:cm-properties> -->
<bean id="pluginManager" class="uk.org.taverna.commons.plugin.impl.PluginManagerImpl">
<property name="eventAdmin" ref="eventAdmin" />
<property name="applicationConfiguration" ref="applicationConfiguration" />
<property name="bundleContext" ref="bundleContext" />
<property name="downloadManager" ref="downloadManager" />
<property name="pluginSiteManager">
<ref local="pluginSiteManager" />
</property>
</bean>
<bean id="pluginSiteManager"
class="uk.org.taverna.commons.plugin.impl.PluginSiteManagerImpl">
<property name="applicationConfiguration" ref="applicationConfiguration" />
<property name="downloadManager" ref="downloadManager" />
<!-- <osgix:managed-properties persistent-id="uk.org.taverna.commons.plugin.impl.PluginSiteManagerImpl" /> -->
</bean>
</beans>