]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/commands.xml
Update bundles
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / commands.xml
index 45f09032638ea16ea61d4c84b3fd18443d5ebedb..fbbd20729a2f13a69b09c9976c783adc570586df 100644 (file)
@@ -4,6 +4,12 @@
        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>
+
        <!-- Result list view commands-->
 <!--   <bean id="org.argeo.slc.client.ui.refreshResultList" -->
 <!--           class="org.argeo.slc.client.ui.commands.ResultListViewRefreshHandler" -->