]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/org.argeo.slc.agent/META-INF/spring/osgi.xml
Fixed RPMs.
[gpl/argeo-slc.git] / modules / org.argeo.slc.agent / META-INF / spring / osgi.xml
index 3858f9b31151de4d8338e9e0e3f6c3bf0144c1b4..ad4281624951c92a6e1ac2104853b31da0cd4eaf 100644 (file)
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
+       xmlns:util="http://www.springframework.org/schema/util"\r
        xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
        http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd\r
        http://www.springframework.org/schema/beans   \r
        http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
 \r
-       <!-- <beans:import resource="classpath:org/argeo/slc/osgi/manager.xml" /> -->\r
-\r
        <!-- REFERENCES -->\r
+       <!-- No <set> so that the equals methods are not called -->\r
        <list id="executionContexts" interface="org.argeo.slc.execution.ExecutionContext"\r
                cardinality="0..N">\r
                <listener ref="modulesManager" bind-method="register"\r
                        unbind-method="unregister" />\r
        </list>\r
 \r
-       <!-- No sets so that the equals methods are not called -->\r
        <list id="executionFlowDescriptorConverters"\r
                interface="org.argeo.slc.execution.ExecutionFlowDescriptorConverter"\r
                cardinality="0..N">\r
                <listener ref="modulesManager" />\r
        </list>\r
 \r
-       <list id="slcExecutionListeners" interface="org.argeo.slc.process.SlcExecutionNotifier"\r
-               cardinality="0..N" />\r
-\r
        <!-- SERVICES -->\r
        <service ref="modulesManager" interface="org.argeo.slc.execution.ExecutionModulesManager" />\r
 \r
-       <service ref="fileSystemManager" interface="org.apache.commons.vfs.FileSystemManager" />\r
-\r
-\r
+       <!-- LABEL -->\r
+       <beans:bean class="org.argeo.slc.osgi.deploy.OsgiModuleLabel">\r
+               <beans:property name="bundleContext" ref="bundleContext" />\r
+       </beans:bean>\r
 </beans:beans>
\ No newline at end of file