forked from motech/motech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprint.xml
More file actions
30 lines (18 loc) · 1.69 KB
/
blueprint.xml
File metadata and controls
30 lines (18 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:osgi="http://www.eclipse.org/gemini/blueprint/schema/blueprint"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
http://www.eclipse.org/gemini/blueprint/schema/blueprint http://www.eclipse.org/gemini/blueprint/schema/blueprint/gemini-blueprint.xsd">
<import resource="classpath*:META-INF/motech/applicationAdmin.xml"/>
<osgi:reference id="configurationService" interface="org.motechproject.config.service.ConfigurationService"/>
<osgi:reference id="eventRelayOsgi" interface="org.motechproject.event.listener.EventRelay"/>
<osgi:reference id="packageAdmin" interface="org.osgi.service.packageadmin.PackageAdmin"/>
<osgi:reference id="uiFrameworkServiceOsgi" interface="org.motechproject.osgi.web.UIFrameworkService"/>
<osgi:reference id="mailSender" interface="org.motechproject.email.service.EmailSenderService"/>
<osgi:reference id="serverLogServiceOsgi" interface="org.motechproject.osgi.web.service.ServerLogService"/>
<osgi:reference id="notificationRulesDataServiceOSGi" interface="org.motechproject.admin.mds.NotificationRulesDataService"/>
<osgi:reference id="statusMessagesDataServiceOSGi" interface="org.motechproject.admin.mds.StatusMessagesDataService"/>
<osgi:reference id="bundleWatcherSuspensionServiceOSGi" interface="org.motechproject.mds.service.BundleWatcherSuspensionService"/>
<osgi:service id="statusMessageServiceOsgi" auto-export="interfaces" ref="statusMessageService"/>
</beans>