]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.equinox/src/main/resources/META-INF/spring/osgi.xml
Factorize code from SLC Equinox command
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.equinox / src / main / resources / META-INF / spring / osgi.xml
index 84312c535c4809a37c0d1aee3f6e950ac4787ab0..6ecec13592ba363d5bfe88edb871b4ceb3a01458 100644 (file)
@@ -8,9 +8,9 @@
 \r
        <service interface="org.eclipse.osgi.framework.console.CommandProvider">\r
                <beans:bean class="org.argeo.slc.equinox.ExecutionCommandProvider">\r
-                       <beans:property name="executionModules" ref="executionModules" />\r
+                       <beans:property name="bundlesManager" ref="bundlesManager" />\r
                </beans:bean>\r
        </service>\r
 \r
-       <list id="executionModules" interface="org.argeo.slc.execution.ExecutionModule" />\r
+       <beans:bean id="bundlesManager" class="org.argeo.slc.osgi.BundlesManager" />\r
 </beans:beans>
\ No newline at end of file