]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/runtime/org.argeo.slc.client.oxm/META-INF/spring/oxm.xml
User ${version.slc} instead of ${project.version}
[gpl/argeo-slc.git] / eclipse / runtime / org.argeo.slc.client.oxm / META-INF / spring / oxm.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="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
6 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
7 ">
8 <!-- beans -->
9 <bean id="oxmBean" class="org.argeo.slc.client.oxm.OxmBean" scope="prototype"
10 init-method="init" lazy-init="false">
11 <property name="marshaller" ref="marshaller" />
12 <property name="unmarshaller" ref="unmarshaller" />
13 </bean>
14
15 </beans>