blob: 782680de448a02f06e6500a744b5a1be02c2ea0a [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">
<bean id="scmManager"
class="org.apache.continuum.scm.manager.ScmManager">
<!-- TODO: better way to add the providers without having to redeclare all this? -->
<property name="scmLogger" ref="scmLogger" />
<property name="scmProviders">
<map>
<entry key="svnexe">
<bean
class="org.apache.maven.scm.provider.svn.svnexe.SvnExeScmProvider" />
</entry>
</map>
</property>
</bean>
</beans>