Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-05-31 21:53:32 +0000
committerGerrit Code Review @ Eclipse.org2013-06-03 18:16:55 +0000
commit2d82502d4a36d9ad8ea144170cf11f625bff7dc2 (patch)
tree8a1d1e04084566c972732cd8bd6ebdf4aa7ff7e7 /plugins/org.eclipse.osee.framework.h2/OSGI-INF/h2.client.connection.driver.provider.xml
parent6f27e929ef44dcc9f4f6b1728adffa4b23bbf88c (diff)
downloadorg.eclipse.osee-2d82502d4a36d9ad8ea144170cf11f625bff7dc2.tar.gz
org.eclipse.osee-2d82502d4a36d9ad8ea144170cf11f625bff7dc2.tar.xz
org.eclipse.osee-2d82502d4a36d9ad8ea144170cf11f625bff7dc2.zip
bug[ats_CPS1N]: Remove support for H2 database
H2 was replaced with Hyper SQL Java Database. Change-Id: Ic42c0af3120f9a22765122ef3bc8c453dce7a795
Diffstat (limited to 'plugins/org.eclipse.osee.framework.h2/OSGI-INF/h2.client.connection.driver.provider.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.h2/OSGI-INF/h2.client.connection.driver.provider.xml7
1 files changed, 0 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
deleted file mode 100644
index 3c6552723ef..00000000000
--- a/plugins/org.eclipse.osee.framework.h2/OSGI-INF/h2.client.connection.driver.provider.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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