]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.cms.ui.workbench.rap/META-INF/spring/commands.xml
Workaround package version issue after updating SWT
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench.rap / META-INF / spring / commands.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans
5 http://www.springframework.org/schema/beans/spring-beans.xsd">
6
7 <bean id="org.argeo.cms.ui.workbench.rap.openChangePasswordDialog"
8 class="org.argeo.cms.ui.workbench.commands.OpenChangePasswordDialog"
9 scope="prototype">
10 <property name="userAdmin" ref="userAdmin" />
11 <property name="userTransaction" ref="userTransaction" />
12 <property name="keyring" ref="keyring" />
13 </bean>
14
15 <!-- RAP Specific command and corresponding service to enable open file -->
16 <bean id="org.argeo.cms.ui.workbench.openFile" class="org.argeo.eclipse.ui.specific.OpenFile"
17 scope="prototype">
18 <property name="openFileServiceId"
19 value="org.argeo.security.ui.specific.openFileService" />
20 </bean>
21 </beans>