]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/agent/org.argeo.slc.agent/META-INF/spring/manager.xml
Introduce modules
[gpl/argeo-slc.git] / modules / agent / org.argeo.slc.agent / META-INF / spring / manager.xml
diff --git a/modules/agent/org.argeo.slc.agent/META-INF/spring/manager.xml b/modules/agent/org.argeo.slc.agent/META-INF/spring/manager.xml
new file mode 100644 (file)
index 0000000..7e35ff6
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<beans xmlns="http://www.springframework.org/schema/beans"\r
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"\r
+       xsi:schemaLocation="\r
+       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
+\r
+       <bean id="modulesManager" class="org.argeo.slc.osgi.OsgiExecutionModulesManager">\r
+               <property name="slcExecutionNotifiers" ref="slcExecutionListeners" />\r
+               <property name="bundlesManager" ref="bundlesManager" />\r
+       </bean>\r
+\r
+       <bean id="bundlesManager" class="org.argeo.slc.osgi.BundlesManager" />\r
+\r
+</beans>
\ No newline at end of file