blob: 6777633a36c38271f528ca31fd4556f6710dcad4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="ResultsPerspective" class="net.sf.taverna.t2.ui.perspectives.results.ResultsPerspective">
<property name="runService" ref="runService" />
<property name="selectionManager" ref="selectionManager" />
<property name="colourManager" ref="colourManager" />
<property name="activityIconManager" ref="activityIconManager" />
<property name="workbenchConfiguration" ref="workbenchConfiguration" />
<property name="rendererRegistry" ref="rendererRegistry" />
<property name="saveAllResultsSPIs" ref="saveAllResultsSPIs" />
<property name="saveIndividualResultSPIs" ref="saveIndividualResultSPIs" />
<property name="applicationConfiguration" ref="applicationConfiguration"/>
</bean>
</beans>