blob: acbc1955d62c3778932fed1d866b54f9d2fd710a [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-2.5.xsd">
<import resource="net4j.xml"/>
<bean class="org.eclipse.emf.cdo.internal.server.protocol.CDOServerProtocolFactory">
<constructor-arg>
<bean class="org.eclipse.emf.cdo.examples.spring.util.ContextRepositoryProvider"/>
</constructor-arg>
</bean>
</beans>