blob: 5e5b207dfc0c077e48e281f453037bb52cd677b4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns="http://www.springframework.org/schema/osgi"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/osgi
http://www.springframework.org/schema/osgi/spring-osgi.xsd">
<service ref="PluginMenuAction" auto-export="interfaces" />
<service ref="pluginManagerView" auto-export="interfaces">
<service-properties value-type="java.lang.String[]">
<beans:entry key="event.topics"
value="uk/org/taverna/commons/plugin/PluginManager/*" />
</service-properties>
</service>
<reference id="pluginManager" interface="uk.org.taverna.commons.plugin.PluginManager" />
</beans:beans>