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.gastro.rcp
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.gastro.rcp')
-rw-r--r--plugins/org.gastro.rcp/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
index c6f06db1ab..28885eecbf 100644
--- a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Version: 4.0.0.qualifier
Bundle-Activator: org.gastro.internal.rcp.Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
- org.eclipse.net4j.tcp;bundle-version="[2.0.0,4.0.0)";visibility:=reexport,
+ org.eclipse.net4j.tcp;bundle-version="[2.0.0,5.0.0)";visibility:=reexport,
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
org.eclipse.emf.edit.ui;bundle-version="[2.5.0,3.0.0)";visibility:=reexport,
org.gastro.business;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,

Back to the top