]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/canonic-002.xml
Fix description tag
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / test / resources / org / argeo / slc / core / execution / canonic-002.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 xmlns:aop="http://www.springframework.org/schema/aop"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd
8 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
9
10 <import resource="canonic.xml" />
11
12 <bean id="canonic.002" parent="canonic.flowTemplate">
13 <constructor-arg>
14 <map>
15 <entry key="parameterAtInstantiation" value="2" />
16 <entry key="displayWithoutControl" value="102" />
17 <entry key="displayWithControl" value="202" />
18 <entry key="hide" value="202" />
19 <entry key="notParameterAtInstantiation" value="202" />
20 </map>
21 </constructor-arg>
22 </bean>
23 </beans>