blob: 4abb75f8223d71a51106cac5fb4dd0c37875cb7a [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="AddLoopFactory" interface="net.sf.taverna.t2.workbench.ui.views.contextualviews.AddLayerFactorySPI" />
<service ref="LoopConfigureMenuAction" auto-export="interfaces" />
<service ref="LoopAddMenuAction" auto-export="interfaces" />
<service ref="LoopRemoveMenuAction" auto-export="interfaces" />
<service ref="LoopContextualViewFactory" interface="net.sf.taverna.t2.workbench.ui.views.contextualviews.activity.ContextualViewFactory" />
<reference id="editManager" interface="net.sf.taverna.t2.workbench.edits.EditManager" />
<reference id="fileManager" interface="net.sf.taverna.t2.workbench.file.FileManager" />
<reference id="selectionManager" interface="net.sf.taverna.t2.workbench.selection.SelectionManager" />
<reference id="applicationConfig" interface="uk.org.taverna.configuration.app.ApplicationConfiguration"/>
</beans:beans>