Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-10-04 11:50:25 +0000
committerEike Stepper2010-10-04 11:50:25 +0000
commitaca0f65cc13dc5da4d1c2ac20b447905e2c48d31 (patch)
tree6d16a0d280a037dff23056480f31d144f907fa09 /plugins/org.eclipse.emf.cdo.tests.hibernate
parentee93a098111a57a701a0baa13c2467e559bd9908 (diff)
downloadcdo-aca0f65cc13dc5da4d1c2ac20b447905e2c48d31.tar.gz
cdo-aca0f65cc13dc5da4d1c2ac20b447905e2c48d31.tar.xz
cdo-aca0f65cc13dc5da4d1c2ac20b447905e2c48d31.zip
[326908] Remove IFailOverStrategy
https://bugs.eclipse.org/bugs/show_bug.cgi?id=326908
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.hibernate')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF
index e68807cb70..d75621587d 100644
--- a/plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF
@@ -10,7 +10,7 @@ Bundle-Activator: org.eclipse.emf.cdo.tests.hibernate.Activator
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.net4j.tcp;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.net4j.tcp;bundle-version="[4.0.0,5.0.0)",
org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)",
org.eclipse.emf.cdo.server;bundle-version="[4.0.0,5.0.0)",
org.eclipse.emf.cdo.server.hibernate;bundle-version="[4.0.0,5.0.0)",

Back to the top