blob: 9bb083e60b251ecf741e9197375a118f10f50507 [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="BasicExplainer" class="net.sf.taverna.t2.workbench.report.explainer.BasicExplainer">
<property name="editManager" ref="editManager" />
<property name="fileManager" ref="fileManager" />
<property name="reportManager" ref="reportManager" />
<property name="selectionManager" ref="selectionManager" />
<property name="configurationUIFactories" ref="configurationUIFactories" />
<property name="activityIconManager" ref="activityIconManager" />
</bean>
</beans>