Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.client/OSGI-INF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.client/OSGI-INF/client.jdbc.service.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.client/OSGI-INF/client.jdbc.service.xml b/plugins/org.eclipse.osee.framework.core.client/OSGI-INF/client.jdbc.service.xml
new file mode 100644
index 00000000000..d6528daea93
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.client/OSGI-INF/client.jdbc.service.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" >
+ <implementation class="org.eclipse.osee.framework.core.client.internal.ClientJdbcServiceImpl"/>
+ <service>
+ <provide interface="org.eclipse.osee.jdbc.JdbcService"/>
+ </service>
+ <property name="osgi.binding" type="String">
+skynet.jdbc.service
+activity.jdbc.service
+ </property>
+</scr:component>

Back to the top