blob: 194a9e3ad5437ac7143696d8929ec2b46b7aa441 [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="CopyProcessorMenuAction" auto-export="interfaces" />
<service ref="CopyGraphComponentMenuAction" auto-export="interfaces" />
<service ref="PasteGraphComponentMenuAction" auto-export="interfaces" />
<service ref="CutProcessorMenuAction" auto-export="interfaces" />
<service ref="CutGraphComponentMenuAction" auto-export="interfaces" />
<service ref="CutToolbarAction" auto-export="interfaces" />
<service ref="CopyToolbarAction" auto-export="interfaces" />
<service ref="PasteToolbarAction" auto-export="interfaces" />
<reference id="editManager" interface="net.sf.taverna.t2.workbench.edits.EditManager" />
<reference id="menuManager" interface="net.sf.taverna.t2.ui.menu.MenuManager" />
<reference id="selectionManager" interface="net.sf.taverna.t2.workbench.selection.SelectionManager" />
<reference id="serviceRegistry" interface="uk.org.taverna.commons.services.ServiceRegistry" />
</beans:beans>