]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.rcp/META-INF/spring/rcp-osgi.xml
Ignore target
[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 <reference id="slcExecutionService" interface="org.argeo.slc.services.SlcExecutionService" />
11
12 <reference id="modulesManager"
13 interface="org.argeo.slc.execution.ExecutionModulesManager" />
14
15 <service ref="testManagerServiceAdapter"
16 interface="org.argeo.slc.core.test.tree.TreeTestResultListener" />
17 <service ref="slcExecutionServiceAdapter" interface="org.argeo.slc.process.SlcExecutionNotifier" />
18
19 <!-- Bundles to start -->
20 <bundle id="security.manager.ldap" symbolic-name="org.argeo.security.manager.ldap"
21 action="start" />
22 <bundle id="security.services" symbolic-name="org.argeo.security.services"
23 action="start" />
24 <bundle id="slc.server.h2" symbolic-name="org.argeo.slc.server.h2"
25 action="start" />
26 <bundle id="slc.server.hibernate" symbolic-name="org.argeo.slc.server.hibernate"
27 action="start" />
28 <bundle id="slc.server.services" symbolic-name="org.argeo.slc.server.services"
29 action="start" />
30
31 </beans:beans>