Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2014-08-21 20:25:47 +0000
committerRoberto E. Escobar2014-10-01 21:02:52 +0000
commit0c80ae5898949202d590f22630fb31a7a3ce8a1e (patch)
tree309cfbba3efd2fc385586a3e02d46d6c7b9932f9 /plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF
parente17105041464a12d0554930750cab5d7622aeb59 (diff)
downloadorg.eclipse.osee-0c80ae5898949202d590f22630fb31a7a3ce8a1e.tar.gz
org.eclipse.osee-0c80ae5898949202d590f22630fb31a7a3ce8a1e.tar.xz
org.eclipse.osee-0c80ae5898949202d590f22630fb31a7a3ce8a1e.zip
refactor[ats_ATS46139]: Add DB branch and tx accessors to client
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/osee.client.caching.service.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/osee.client.caching.service.xml b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/osee.client.caching.service.xml
index f3583772dc2..6ed0fc12605 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/osee.client.caching.service.xml
+++ b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/osee.client.caching.service.xml
@@ -6,4 +6,5 @@
<provide interface="org.eclipse.osee.framework.core.services.TempCachingService"/>
</service>
<reference bind="setModelFactory" cardinality="1..1" interface="org.eclipse.osee.framework.core.services.IOseeModelFactoryService" name="IOseeModelFactoryService" policy="static"/>
+ <reference bind="setDatabaseService" cardinality="1..1" interface="org.eclipse.osee.framework.database.IOseeDatabaseService" name="IOseeDatabaseService" policy="static"/>
</scr:component>

Back to the top