blob: 3a1eadfb7a6d3058e903971bd2b731fee2e94f5d [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="MenuManagerImpl" interface="net.sf.taverna.t2.ui.menu.MenuManager" />
<service ref="FileMenu" auto-export="interfaces" />
<service ref="EditMenu" auto-export="interfaces" />
<service ref="AdvancedMenu" auto-export="interfaces" />
<service ref="HelpMenu" auto-export="interfaces" />
<service ref="OnlineHelpMenuAction" auto-export="interfaces" />
<service ref="FeedbackMenuAction" auto-export="interfaces" />
<service ref="ShowLogsAndDataMenuAction" auto-export="interfaces" />
<reference id="applicationConfiguration" interface="uk.org.taverna.configuration.app.ApplicationConfiguration" />
<reference id="selectionManager" interface="net.sf.taverna.t2.workbench.selection.SelectionManager" />
<list id="menuComponents" interface="net.sf.taverna.t2.ui.menu.MenuComponent" cardinality="0..N" greedy-proxying="true">
<listener ref="MenuManagerImpl" bind-method="update" unbind-method="update" />
</list>
</beans:beans>