Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.database/OSGI-INF/database.service.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.database/OSGI-INF/database.service.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/org.eclipse.osee.framework.database/OSGI-INF/database.service.xml b/plugins/org.eclipse.osee.framework.database/OSGI-INF/database.service.xml
deleted file mode 100644
index 8420cb8a895..00000000000
--- a/plugins/org.eclipse.osee.framework.database/OSGI-INF/database.service.xml
+++ /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" activate="start" deactivate="stop" name="org.eclipse.osee.framework.database.OseeDatabaseServiceProxy">
- <implementation class="org.eclipse.osee.framework.database.internal.core.OseeDatabaseServiceProxy"/>
- <service>
- <provide interface="org.eclipse.osee.framework.database.IOseeDatabaseService"/>
- <provide interface="org.eclipse.osee.framework.database.DatabaseService"/>
- </service>
- <reference bind="addConnectionFactory" unbind="removeConnectionFactory" cardinality="0..n" interface="org.eclipse.osee.framework.database.core.IConnectionFactory" name="IConnectionFactory" policy="dynamic"/>
- <reference bind="setDatabaseInfoProvider" cardinality="1..1" interface="org.eclipse.osee.framework.database.core.IDatabaseInfoProvider" name="IDatabaseInfoProvider" policy="static"/>
-</scr:component>

Back to the top