]> git.argeo.org Git - gpl/argeo-slc.git/blob - integration-tests/org.argeo.slc.it.webapp/src/test/resources/org/argeo/slc/it/webapp/applicationContext.xml
3d7b057670506680cda150adc863c55bd6f33874
[gpl/argeo-slc.git] / integration-tests / org.argeo.slc.it.webapp / src / test / resources / org / argeo / slc / it / webapp / applicationContext.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:aop="http://www.springframework.org/schema/aop"
4 xmlns:tx="http://www.springframework.org/schema/tx"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
7 default-lazy-init="true">
8
9 <import resource="classpath:org/argeo/slc/server/client/spring.xml" />
10
11 </beans>