Remove 32 bits SWT.
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench.rap / META-INF / spring / commands.xml
index d7048db9a7ada3b04cccc220b28a77b49312fc69..2bfa179a4cbca6b54c27cdd32dfabfea0de2d82f 100644 (file)
@@ -9,15 +9,13 @@
                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"
+       <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>