Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.core/OSGI-INF/org.eclipse.osee.ote.io.xml')
-rw-r--r--plugins/org.eclipse.osee.ote.core/OSGI-INF/org.eclipse.osee.ote.io.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/org.eclipse.osee.ote.core/OSGI-INF/org.eclipse.osee.ote.io.xml b/plugins/org.eclipse.osee.ote.core/OSGI-INF/org.eclipse.osee.ote.io.xml
deleted file mode 100644
index 315052b5f9a..00000000000
--- a/plugins/org.eclipse.osee.ote.core/OSGI-INF/org.eclipse.osee.ote.io.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" name="org.eclipse.osee.ote.core.systemoutconnection">
- <implementation class="org.eclipse.osee.ote.internal.OTESystemOutConnection"/>
- <reference bind="bindOteUdpEndpoint" cardinality="1..1" interface="org.eclipse.osee.ote.endpoint.OteUdpEndpoint" name="OteUdpEndpoint" policy="static" unbind="unbindOteUdpEndpoint"/>
- <reference bind="bindSystemOutput" cardinality="1..1" interface="org.eclipse.osee.ote.io.SystemOutput" name="SystemOutput" policy="static" unbind="unbindSystemOutput"/>
-</scr:component>

Back to the top