Move the workbench specific OpenFile command to the appropriate bundle
[lgpl/argeo-commons.git] / org.argeo.security.ui.rap / META-INF / spring / commands.xml
index 0dc74d0f49b5a6b6deff30ae9ceeedc32452c758..802d31de6414e1a4d70c4f4ca76c82cc6827983b 100644 (file)
@@ -12,8 +12,8 @@
 
 
        <!-- RAP Specific command and corresponding service to enable open file -->
-       <bean id="org.argeo.security.ui.specific.openFile" class="org.argeo.eclipse.ui.specific.OpenFile"
-               scope="prototype">
+       <bean id="org.argeo.eclipse.ui.workbench.openFile" class="org.argeo.eclipse.ui.workbench.commands.OpenFile"
+       scope="prototype">
                <property name="openFileServiceId"
                        value="org.argeo.security.ui.specific.openFileService" />
        </bean>