Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-10-28 07:09:21 +0000
committerEike Stepper2008-10-28 07:09:21 +0000
commite032e6a8f73447b4d9e89f1f0d4a90da19eefb9e (patch)
tree26518c29cb051fd8c298c31181ce0ae08f961931 /plugins/org.eclipse.emf.cdo.tests/META-INF
parent3b9d21b2ff9a624eb6c728b87232c5bdb8da7354 (diff)
downloadcdo-e032e6a8f73447b4d9e89f1f0d4a90da19eefb9e.tar.gz
cdo-e032e6a8f73447b4d9e89f1f0d4a90da19eefb9e.tar.xz
cdo-e032e6a8f73447b4d9e89f1f0d4a90da19eefb9e.zip
[251753] DBStore with MySql to be added in the testing framework.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=251753
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/META-INF')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/META-INF/MANIFEST.MF6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.tests/META-INF/MANIFEST.MF
index 4a51dd061e..1fc58bf957 100644
--- a/plugins/org.eclipse.emf.cdo.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.tests/META-INF/MANIFEST.MF
@@ -24,7 +24,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.emf.cdo.tests.model3;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.tests.model4;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.tests.model4interfaces;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
- org.junit;bundle-version="[3.8.0,4.0.0)";visibility:=reexport
+ org.junit;bundle-version="[3.8.0,4.0.0)";visibility:=reexport,
+ org.eclipse.net4j.db.mysql;bundle-version="2.0.0"
Export-Package: base;version="2.0.0",
base.impl;version="2.0.0",
base.util;version="2.0.0",
@@ -48,4 +49,5 @@ Import-Package: org.apache.commons.collections;version="[3.2.0,4.0.0)",
org.apache.derby.jdbc,
org.dom4j;version="[1.6.0,2.0.0)",
org.hsqldb;version="[1.8.0,2.0.0)",
- org.hsqldb.jdbc;version="[1.8.0,2.0.0)"
+ org.hsqldb.jdbc;version="[1.8.0,2.0.0)",
+ com.mysql.jdbc.jdbc2.optional;version="5.1.6"

Back to the top