Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.demo.db.connection/OSGI-INF/demo.connection.contributor.xml')
-rw-r--r--plugins/org.eclipse.osee.demo.db.connection/OSGI-INF/demo.connection.contributor.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.demo.db.connection/OSGI-INF/demo.connection.contributor.xml b/plugins/org.eclipse.osee.demo.db.connection/OSGI-INF/demo.connection.contributor.xml
new file mode 100644
index 00000000000..43d4af02035
--- /dev/null
+++ b/plugins/org.eclipse.osee.demo.db.connection/OSGI-INF/demo.connection.contributor.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<component name="demo.connection.contributor">
+ <implementation class="org.eclipse.osee.demo.db.connection.DemoDbConnectionInfo"/>
+ <service>
+ <provide interface="org.eclipse.osee.framework.database.core.IDbConnectionInformationContributor"/>
+ </service>
+</component> \ No newline at end of file

Back to the top