blob: ab1510e4d93458f539701e9375c12d067f3cc9e5 [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="FileRunMenuSection" auto-export="interfaces" />
<service ref="RunToolbarSection" auto-export="interfaces" />
<service ref="FileOpenRunMenuAction" auto-export="interfaces" />
<service ref="FileRunMenuAction" auto-export="interfaces" />
<service ref="FileValidateMenuAction" auto-export="interfaces" />
<service ref="RunToolbarAction" auto-export="interfaces" />
<service ref="WorkflowRunStatusShutdownHook" interface="net.sf.taverna.t2.workbench.ShutdownSPI" />
<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="reportManager" interface="net.sf.taverna.t2.workbench.report.ReportManager" cardinality="0..1"/>
<reference id="workbench" interface="net.sf.taverna.t2.workbench.ui.Workbench" cardinality="0..1"/>
<reference id="runService" interface="uk.org.taverna.platform.run.api.RunService" />
<reference id="applicationConfiguration" interface="uk.org.taverna.configuration.app.ApplicationConfiguration" />
</beans:beans>