]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/rcp-osgi.xml
Add server capabilities to SLC RCP
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / META-INF / spring / rcp-osgi.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans:beans xmlns="http://www.springframework.org/schema/osgi"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"
4 xsi:schemaLocation="http://www.springframework.org/schema/osgi
5 http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd
6 http://www.springframework.org/schema/beans
7 http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
8
9 <reference id="testManagerService" interface="org.argeo.slc.services.TestManagerService" />
10
11 <service ref="testManagerServiceAdapter"
12 interface="org.argeo.slc.core.test.tree.TreeTestResultListener" />
13
14 <!-- Bundles to start -->
15 <bundle id="security.manager.ldap" symbolic-name="org.argeo.security.manager.ldap"
16 action="start" />
17 <bundle id="security.services" symbolic-name="org.argeo.security.services"
18 action="start" />
19 <bundle id="slc.server.h2" symbolic-name="org.argeo.slc.server.h2"
20 action="start" />
21 <bundle id="slc.server.hibernate" symbolic-name="org.argeo.slc.server.hibernate"
22 action="start" />
23 <bundle id="slc.server.services" symbolic-name="org.argeo.slc.server.services"
24 action="start" />
25
26 </beans:beans>