Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.impl/OSGI-INF/osee.database.service.ref.xml')
-rw-r--r--plugins/org.eclipse.osee.ats.impl/OSGI-INF/osee.database.service.ref.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats.impl/OSGI-INF/osee.database.service.ref.xml b/plugins/org.eclipse.osee.ats.impl/OSGI-INF/osee.database.service.ref.xml
new file mode 100644
index 00000000000..560deaaa1e7
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.impl/OSGI-INF/osee.database.service.ref.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.osee.ats.impl.internal.OseeDatabaseService">
+ <implementation class="org.eclipse.osee.ats.impl.internal.OseeDatabaseService"/>
+ <reference bind="setDatabaseService" cardinality="1..1" interface="org.eclipse.osee.framework.database.IOseeDatabaseService" name="IOseeDatabaseService" policy="static"/>
+</scr:component>

Back to the top