Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.h2/OSGI-INF')
-rw-r--r--plugins/org.eclipse.osee.framework.h2/OSGI-INF/h2.client.connection.driver.provider.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/org.eclipse.osee.framework.h2/OSGI-INF/h2.client.connection.driver.provider.xml b/plugins/org.eclipse.osee.framework.h2/OSGI-INF/h2.client.connection.driver.provider.xml
index 322f9bad26e..3c6552723ef 100644
--- a/plugins/org.eclipse.osee.framework.h2/OSGI-INF/h2.client.connection.driver.provider.xml
+++ b/plugins/org.eclipse.osee.framework.h2/OSGI-INF/h2.client.connection.driver.provider.xml
@@ -1,7 +1,7 @@
-<?xml version="1.0"?>
-<component name="h2.client.connection.driver.provider">
- <implementation class="org.eclipse.osee.framework.h2.H2ClientConnection"/>
- <service>
- <provide interface="org.eclipse.osee.framework.database.core.IConnectionFactory"/>
- </service>
-</component>
+<?xml version="1.0"?>
+<component name="h2.client.connection.driver.provider">
+ <implementation class="org.eclipse.osee.framework.h2.H2ClientConnection"/>
+ <service>
+ <provide interface="org.eclipse.osee.framework.database.core.IConnectionFactory"/>
+ </service>
+</component>

Back to the top