Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.database/OSGI-INF/uri.connection.contributor.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.database/OSGI-INF/uri.connection.contributor.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.eclipse.osee.framework.database/OSGI-INF/uri.connection.contributor.xml b/plugins/org.eclipse.osee.framework.database/OSGI-INF/uri.connection.contributor.xml
index d1cec1995b6..b50e6ee81d4 100644
--- a/plugins/org.eclipse.osee.framework.database/OSGI-INF/uri.connection.contributor.xml
+++ b/plugins/org.eclipse.osee.framework.database/OSGI-INF/uri.connection.contributor.xml
@@ -1,7 +1,7 @@
-<?xml version="1.0"?>
-<component name="uri.connection.contributor">
- <implementation class="org.eclipse.osee.framework.database.internal.UriDbConnectionInfo"/>
- <service>
- <provide interface="org.eclipse.osee.framework.database.core.IDbConnectionInformationContributor"/>
- </service>
+<?xml version="1.0"?>
+<component name="uri.connection.contributor">
+ <implementation class="org.eclipse.osee.framework.database.internal.UriDbConnectionInfo"/>
+ <service>
+ <provide interface="org.eclipse.osee.framework.database.core.IDbConnectionInformationContributor"/>
+ </service>
</component> \ No newline at end of file

Back to the top