Code cleaning to prepare 2.2 release
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench.rap / META-INF / spring / commands.xml
index d16946fe7647bdc4407a32cbc3a3906fb368eceb..d9c72b419b22fe895df5db305c278c137d927f5f 100644 (file)
        </bean>
 
        <!-- RAP Specific command and corresponding service to enable open file -->
-       <bean id="org.argeo.cms.ui.workbench.openFile" class="org.argeo.cms.ui.workbench.commands.OpenFile"
+       <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>