Remove 32 bits SWT.
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench.rap / META-INF / spring / commands.xml
index 3fdfbe3d61e8c2c6f80477f848ee7007ebbaa2d2..2bfa179a4cbca6b54c27cdd32dfabfea0de2d82f 100644 (file)
@@ -4,20 +4,18 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-       <bean id="openChangePasswordDialog" class="org.argeo.cms.ui.workbench.commands.OpenChangePasswordDialog"
+       <bean id="org.argeo.cms.ui.workbench.rap.openChangePasswordDialog"
+               class="org.argeo.cms.ui.workbench.commands.OpenChangePasswordDialog"
                scope="prototype">
                <property name="userAdmin" ref="userAdmin" />
                <property name="userTransaction" ref="userTransaction" />
+               <property name="keyring" ref="keyring" />
        </bean>
 
-
        <!-- RAP Specific command and corresponding service to enable open file -->
-       <bean id="org.argeo.eclipse.ui.workbench.openFile" class="org.argeo.cms.ui.workbench.commands.OpenFile"
-       scope="prototype">
+       <bean id="org.argeo.cms.ui.workbench.openFile" class="org.argeo.eclipse.ui.specific.OpenFile"
+               scope="prototype">
                <property name="openFileServiceId"
                        value="org.argeo.security.ui.specific.openFileService" />
        </bean>
-       <!-- Useless - nothing to inject -->
-       <!-- <bean id="org.argeo.security.ui.specific.openFileService" class="org.argeo.eclipse.ui.specific.OpenFileService" 
-               scope="prototype"> </bean> -->
 </beans>