blob: 52c0f2999101691bf860a64a2c6c7d25450b275c [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="commandLineTool" class="net.sf.taverna.t2.commandline.CommandLineTool" init-method="run">
<property name="commandLineOptions" ref="commandLineOptions" />
<property name="runService" ref="runService" />
<property name="credentialManager" ref="credentialManager" />
<property name="workflowBundleIO" ref="workflowBundleIO" />
<property name="databaseConfiguration" ref="databaseConfiguration" />
<property name="databaseManager" ref="databaseManager" />
</bean>
<bean id="commandLineMasterPasswordProvider"
class="net.sf.taverna.t2.commandline.CommandLineMasterPasswordProvider">
<constructor-arg name="commandLineOptions"
ref="commandLineOptions" />
</bean>
</beans>