blob: 53f3c33bd9dcd1a0820d1916771fca8f8a76a102 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns="http://www.springframework.org/schema/osgi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:beans="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/osgi
http://www.springframework.org/schema/osgi/spring-osgi.xsd">
<service ref="updateManager" interface="uk.org.taverna.commons.update.UpdateManager" />
<reference id="applicationConfiguration" interface="uk.org.taverna.configuration.app.ApplicationConfiguration" />
<reference id="downloadManager" interface="uk.org.taverna.commons.download.DownloadManager" />
<!-- <reference id="eventAdmin" interface="org.osgi.service.event.EventAdmin" /> -->
</beans:beans>