]> git.argeo.org Git - gpl/argeo-slc.git/blob - sandbox/argeo.slc.executionflow/src/slc/conf/common.xml
Introduce validation
[gpl/argeo-slc.git] / sandbox / argeo.slc.executionflow / src / slc / conf / common.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="
5 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
6 http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd">
7
8 <import
9 resource="classpath:/org/argeo/slc/core/test/spring/applicationContext.xml" />
10
11 <bean id="specAttribute" class="org.argeo.slc.executionflow.SimpleSpecAttribute"
12 abstract="true" />
13
14 <bean id="refAttribute" class="org.argeo.slc.executionflow.RefSpecAttribute"
15 abstract="true" />
16
17 </beans>