Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2014-03-28 15:48:55 +0000
committerdonald.g.dunne2014-04-09 15:32:55 +0000
commit1f8e94e66234595711ccb229869d8ca2b4ed9489 (patch)
tree6febe577cd4f1d9a548d942e626695fd7214f6bf /plugins/org.eclipse.osee.ats.impl/OSGI-INF/osee.database.service.ref.xml
parent568a307e7e6655ada9a1638e2cb76cb9f79699b7 (diff)
downloadorg.eclipse.osee-1f8e94e66234595711ccb229869d8ca2b4ed9489.tar.gz
org.eclipse.osee-1f8e94e66234595711ccb229869d8ca2b4ed9489.tar.xz
org.eclipse.osee-1f8e94e66234595711ccb229869d8ca2b4ed9489.zip
feature[ats_ATS19845]: Convert IOseeBranch to Identity-Long
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