diff options
Diffstat (limited to 'plugins/org.eclipse.osee.ote.discovery/OSGI-INF')
-rw-r--r-- | plugins/org.eclipse.osee.ote.discovery/OSGI-INF/ote.discovery.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/org.eclipse.osee.ote.discovery/OSGI-INF/ote.discovery.xml b/plugins/org.eclipse.osee.ote.discovery/OSGI-INF/ote.discovery.xml deleted file mode 100644 index 0b364d3ff5..0000000000 --- a/plugins/org.eclipse.osee.ote.discovery/OSGI-INF/ote.discovery.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" name="org.eclipse.osee.ote.discovery"> - <implementation class="org.eclipse.osee.ote.discovery.internal.OTEServerDiscoveryImpl"/> - <reference bind="bindRemoteServiceLookup" cardinality="1..1" interface="org.eclipse.osee.framework.messaging.services.RemoteServiceLookup" name="RemoteServiceLookup" policy="static" unbind="unbindRemoteServiceLookup"/> - <service> - <provide interface="org.eclipse.osee.ote.discovery.OTEServerDiscovery"/> - </service> -</scr:component> |