]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/commands.xml
Bump SLC to 1.1.3-SNAPSHOT
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / commands.xml
index 45f09032638ea16ea61d4c84b3fd18443d5ebedb..6ed132d5a9f9f53982f8c170058fd946ec7cd4e4 100644 (file)
@@ -4,6 +4,17 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
+       <bean id="updateModule"
+               class="org.argeo.slc.client.ui.commands.UpdateModule"
+               scope="prototype">
+               <property name="modulesManager" ref="modulesManager"/>
+       </bean>
+<!--   <bean name="runSlc/Flow" -->
+<!--           class="org.argeo.slc.client.ui.commands.RunSlcFlow" -->
+<!--           scope="prototype"> -->
+<!--           <property name="modulesManager" ref="modulesManager"/> -->
+<!--   </bean> -->
+
        <!-- Result list view commands-->
 <!--   <bean id="org.argeo.slc.client.ui.refreshResultList" -->
 <!--           class="org.argeo.slc.client.ui.commands.ResultListViewRefreshHandler" -->