]> git.argeo.org Git - gpl/argeo-slc.git/blob - cms/org.argeo.slc.client.rap/META-INF/spring/osgi.xml
Use latest Argeo Commons Testing.
[gpl/argeo-slc.git] / cms / org.argeo.slc.client.rap / META-INF / spring / osgi.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans:beans
3 xmlns="http://www.springframework.org/schema/osgi"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xmlns:beans="http://www.springframework.org/schema/beans"
6 xmlns:osgi="http://www.springframework.org/schema/osgi"
7 xsi:schemaLocation="http://www.springframework.org/schema/osgi
8 http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd
9 http://www.springframework.org/schema/beans
10 http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
11 osgi:default-timeout="30000">
12
13 <beans:description>SLC UI RAP</beans:description>
14
15 <reference id="nodeRepository"
16 interface="javax.jcr.Repository" />
17 <reference id="repositoryFactory"
18 interface="javax.jcr.RepositoryFactory" />
19 <reference id="keyring"
20 interface="org.argeo.api.security.CryptoKeyring" />
21 </beans:beans>