]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.equinox/META-INF/spring/manager.xml
Start repairing SLC console command
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.equinox / META-INF / spring / manager.xml
index e5779ac1049d2385ab16a336053d184d17d0b857..ecd64eb0493f0193b9ca911b53c607016ebd4481 100644 (file)
@@ -21,8 +21,7 @@
                <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />\r
                <property name="ignoreUnresolvablePlaceholders" value="false" />\r
                <property name="locations">\r
-                       <value>osgibundle:equinox.properties\r
-                       </value>\r
+                       <value>osgibundle:equinox.properties</value>\r
                </property>\r
        </bean>\r
 \r
                <property name="modulesManager" ref="modulesManager" />\r
        </bean>\r
 \r
+       <bean id="modulesManager" class="org.argeo.slc.osgi.OsgiExecutionModulesManager">\r
+               <property name="bundlesManager" ref="bundlesManager" />\r
+       </bean>\r
+\r
        <bean id="bundlesManager" class="org.argeo.slc.osgi.BundlesManager">\r
                <property name="defaultTimeout" value="${slc.equinox.commandTimeout}" />\r
                <property name="pollingPeriod" value="${slc.equinox.commandPollingPeriod}" />\r
        </bean>\r
 \r
-       <bean id="modulesManager" class="org.argeo.slc.osgi.OsgiExecutionModulesManager">\r
-               <property name="bundlesManager" ref="bundlesManager" />\r
-       </bean>\r
-\r
 </beans>
\ No newline at end of file