blob: c6d56204d8a8eff0feb117206a192a7a068da3d6 [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="org.apache.taverna.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="org.apache.taverna.workbench.edits.EditManager" />
<reference id="fileManager" interface="org.apache.taverna.workbench.file.FileManager" />
<reference id="menuManager" interface="org.apache.taverna.ui.menu.MenuManager" />
<reference id="selectionManager" interface="org.apache.taverna.workbench.selection.SelectionManager" />
<reference id="colourManager" interface="org.apache.taverna.workbench.configuration.colour.ColourManager" />
<reference id="workbenchConfiguration" interface="org.apache.taverna.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>