Remove legacy Argeo Suite based on Eclipse 4.
[gpl/argeo-suite.git] / org.argeo.suite.e4 / OSGI-INF / systemE4Service.xml
diff --git a/org.argeo.suite.e4/OSGI-INF/systemE4Service.xml b/org.argeo.suite.e4/OSGI-INF/systemE4Service.xml
deleted file mode 100644 (file)
index 3cd10d9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="System E4 Service">
-   <implementation class="org.argeo.connect.e4.SystemE4ServiceFunction"/>
-   <service>
-      <provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
-   </service>
-   <reference bind="addAppService" cardinality="0..n" interface="org.argeo.connect.ui.AppWorkbenchService" name="AppWorkbenchService" policy="dynamic" unbind="removeAppService"/>
-   <property name="service.context.key" type="String" value="org.argeo.connect.ui.SystemWorkbenchService"/>
-   <reference bind="addEntityDefinition" cardinality="0..n" interface="org.argeo.entity.EntityDefinition" name="EntityDefinition" policy="dynamic" unbind="removeEntityDefinition"/>
-</scr:component>