Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-10-20 11:20:17 +0000
committerEike Stepper2010-10-20 11:20:17 +0000
commitd9780fb8aca1e44595f68b0b8f2459b784d0b9b2 (patch)
treec88a97486d29025ecba0530cb6e6de55cac91f48 /plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF
parentb5aa7dd23f4a9466c92ed3bd16d6103d5c0d3fa4 (diff)
downloadcdo-d9780fb8aca1e44595f68b0b8f2459b784d0b9b2.tar.gz
cdo-d9780fb8aca1e44595f68b0b8f2459b784d0b9b2.tar.xz
cdo-d9780fb8aca1e44595f68b0b8f2459b784d0b9b2.zip
[327405] Provide an offline CDOWorkspace with Checkout/Update/Commit workflows
https://bugs.eclipse.org/bugs/show_bug.cgi?id=327405
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF8
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF
index e6d95ed4a0..0d5b615393 100644
--- a/plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.ui.workspace/META-INF/MANIFEST.MF
@@ -11,11 +11,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.emf.cdo.workspace;bundle-version="[4.0.0,5.0.0)",
- org.eclipse.emf.cdo.ui.location;bundle-version="[4.0.0,5.0.0)",
- org.eclipse.emf.cdo.server.db;bundle-version="[4.0.0,5.0.0)",
- org.eclipse.net4j.db.h2;bundle-version="[4.0.0,5.0.0)"
-Import-Package: org.h2;version="[1.1.0,1.2.0)",
- org.h2.jdbcx;version="[1.1.0,1.2.0)"
+ org.eclipse.emf.cdo.workspace.efs;bundle-version="[4.0.0,5.0.0)",
+ org.eclipse.emf.cdo.ui.location;bundle-version="[4.0.0,5.0.0)"
Export-Package: org.eclipse.emf.cdo.ui.internal.workspace;version="4.0.0";x-internal:=true,
org.eclipse.emf.cdo.ui.internal.workspace.bundle;version="4.0.0";x-internal:=true

Back to the top