]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.client.rcp/META-INF/spring/commands.xml
Migrate from Subversion
[gpl/argeo-slc.git] / org.argeo.slc.client.rcp / META-INF / spring / commands.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans
5 http://www.springframework.org/schema/beans/spring-beans.xsd">
6
7 <!-- RCP Specific open JCR file command -->
8 <bean id="org.argeo.slc.client.rcp.openJcrFile" class="org.argeo.slc.client.ui.specific.OpenJcrFile"
9 scope="prototype">
10 <property name="repoService" ref="repoService" />
11 </bean>
12
13 <bean id="repoService" class="org.argeo.slc.repo.core.RepoServiceImpl">
14 <property name="repositoryFactory" ref="repositoryFactory" />
15 <property name="keyring" ref="keyring" />
16 <property name="nodeRepository" ref="nodeRepository" />
17 </bean>
18 </beans>