blob: 502658696961141fa6156ef14394cac8320fd7cd [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="configurationManager" class="org.apache.taverna.configuration.impl.ConfigurationManagerImpl" >
<constructor-arg name="applicationConfiguration" ref="applicationConfiguration" />
</bean>
<bean id="httpProxyConfiguration" class="org.apache.taverna.configuration.proxy.impl.HttpProxyConfigurationImpl">
<constructor-arg name="configurationManager" ref="configurationManager" />
</bean>
</beans>