]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/runtime/org.argeo.slc.client.oxm/META-INF/spring/oxm.xml
ré-organisation des plugins de SLC Eclipse.
[gpl/argeo-slc.git] / eclipse / plugins / runtime / org.argeo.slc.client.oxm / META-INF / spring / oxm.xml
diff --git a/eclipse/plugins/runtime/org.argeo.slc.client.oxm/META-INF/spring/oxm.xml b/eclipse/plugins/runtime/org.argeo.slc.client.oxm/META-INF/spring/oxm.xml
deleted file mode 100644 (file)
index b1bc1f9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
-       xmlns:aop="http://www.springframework.org/schema/aop"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-              http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
-              ">
-       <!-- beans -->
-       <bean id="oxmBean" class="org.argeo.slc.client.oxm.OxmBean" scope="prototype"
-               init-method="init" lazy-init="false">
-               <property name="marshaller" ref="marshaller" />
-               <property name="unmarshaller" ref="unmarshaller" />
-       </bean>
-
-</beans>
\ No newline at end of file