blob: 2d3bf6498ad9cb29df21f523f47839e034872a2f [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="org.apache.taverna.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>