blob: c7adec03a4e7e43430d58d1a297ffb5d7c5628c9 [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="GraphViewConfigurationUIFactory" interface="uk.org.taverna.configuration.ConfigurationUIFactory" />
<service ref="GraphViewComponentFactory" interface="net.sf.taverna.t2.workbench.ui.zaria.UIComponentFactorySPI" />
<service ref="GraphEditToolbarSection" auto-export="interfaces" />
<service ref="GraphDeleteToolbarSection" auto-export="interfaces" />
<service ref="AddWFInputToolbarAction" auto-export="interfaces" />
<service ref="AddWFOutputToolbarAction" auto-export="interfaces" />
<service ref="RenameWFInputOutputProcessorToolbarAction" auto-export="interfaces" />
<service ref="DeleteGraphComponentToolbarAction" auto-export="interfaces" />
<service ref="DiagramMenu" auto-export="interfaces" />
<service ref="DiagramSaveMenuSection" auto-export="interfaces" />
<service ref="DiagramZoomMenuSection" auto-export="interfaces" />
<service ref="GraphMenuSection" auto-export="interfaces" />
<service ref="GraphCopyMenuSection" auto-export="interfaces" />
<service ref="GraphEditMenuSection" auto-export="interfaces" />
<service ref="GraphDeleteMenuSection" auto-export="interfaces" />
<service ref="GraphDetailsMenuSection" auto-export="interfaces" />
<service ref="InsertMenu" auto-export="interfaces" />
<service ref="AddWFInputMenuAction" auto-export="interfaces" />
<service ref="AddWFOutputMenuAction" auto-export="interfaces" />
<service ref="RenameWFInputOutputProcessorMenuAction" auto-export="interfaces" />
<service ref="DeleteGraphComponentMenuAction" auto-export="interfaces" />
<!-- <service ref="SaveGraphImageSubMenu" auto-export="interfaces" /> -->
<service ref="ZoomInMenuAction" auto-export="interfaces" />
<service ref="ZoomOutMenuAction" auto-export="interfaces" />
<service ref="ResetDiagramMenuAction" auto-export="interfaces" />
<reference id="editManager" interface="net.sf.taverna.t2.workbench.edits.EditManager" />
<reference id="fileManager" interface="net.sf.taverna.t2.workbench.file.FileManager" />
<reference id="menuManager" interface="net.sf.taverna.t2.ui.menu.MenuManager" />
<reference id="selectionManager" interface="net.sf.taverna.t2.workbench.selection.SelectionManager" />
<reference id="colourManager" interface="net.sf.taverna.t2.workbench.configuration.colour.ColourManager" />
<reference id="workbenchConfiguration" interface="net.sf.taverna.t2.workbench.configuration.workbench.WorkbenchConfiguration" />
<reference id="configurationManager" interface="uk.org.taverna.configuration.ConfigurationManager" />
<reference id="serviceRegistry" interface="uk.org.taverna.commons.services.ServiceRegistry" />
</beans:beans>