First working Eclipse 4 suite
[gpl/argeo-suite.git] / org.argeo.suite.cms / OSGI-INF / resourcesService.xml
diff --git a/org.argeo.suite.cms/OSGI-INF/resourcesService.xml b/org.argeo.suite.cms/OSGI-INF/resourcesService.xml
new file mode 100644 (file)
index 0000000..5f7bce1
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="Resources Service">
+   <implementation class="org.argeo.connect.resources.core.ResourcesServiceImpl"/>
+   <service>
+      <provide interface="org.argeo.connect.resources.ResourcesService"/>
+      <provide interface="org.argeo.connect.AppService"/>
+   </service>
+</scr:component>