Code cleaning, use homogeneous name packages
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench.rap / META-INF / spring / commands.xml
index 3fdfbe3d61e8c2c6f80477f848ee7007ebbaa2d2..d7048db9a7ada3b04cccc220b28a77b49312fc69 100644 (file)
@@ -4,16 +4,16 @@
        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" />
        </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">
+               scope="prototype">
                <property name="openFileServiceId"
                        value="org.argeo.security.ui.specific.openFileService" />
        </bean>