]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/runtime/org.argeo.slc.client.oxm/META-INF/spring/osgi.xml
+ refactor to separate runtime and module project under eclipse plugin.
[gpl/argeo-slc.git] / eclipse / plugins / runtime / org.argeo.slc.client.oxm / META-INF / spring / osgi.xml
diff --git a/eclipse/plugins/runtime/org.argeo.slc.client.oxm/META-INF/spring/osgi.xml b/eclipse/plugins/runtime/org.argeo.slc.client.oxm/META-INF/spring/osgi.xml
new file mode 100644 (file)
index 0000000..cac01bb
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans:beans xmlns="http://www.springframework.org/schema/osgi"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"
+       xsi:schemaLocation="http://www.springframework.org/schema/osgi  
+       http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd
+       http://www.springframework.org/schema/beans   
+       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
+
+       <beans:description>
+               This bundle is a dummy one to try to solve issues on
+               the OSGI dep management
+       </beans:description>
+
+       <!-- Services exposed by the bundle -->
+       <service ref="oxmBean" interface="org.argeo.slc.client.oxm.OxmInterface" />
+
+
+       <!-- References Needed -->
+       <reference id="marshaller" interface="org.springframework.oxm.Marshaller" />
+       <reference id="unmarshaller" interface="org.springframework.oxm.Unmarshaller" />
+
+</beans:beans>
\ No newline at end of file