blob: 1b2a8c33858f4823a38b3d17a912f38537c60172 [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">
<!-- Services to be registered with the OSGi service register -->
<service ref="GisActivityHealthChecker" interface="org.apache.taverna.workflowmodel.health.HealthChecker" />
<service ref="GisActivityFactory" interface="org.apache.taverna.workflowmodel.processor.activity.ActivityFactory" />
<!-- References to services required from the OSGi service register -->
<reference id="edits" interface="org.apache.taverna.workflowmodel.Edits" />
</beans:beans>