Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-10-19 05:33:38 +0000
committerEike Stepper2010-10-19 05:33:38 +0000
commit64a3f6288d941a77ec7c0201baacedcd7ddb9b47 (patch)
tree0eb16f1b4c8ff69ce5ac1a337775d0b0811d784e /plugins/org.eclipse.emf.cdo.ui.location
parente2fadba3875fa57a0ef9ce401a346912ca460fdf (diff)
downloadcdo-64a3f6288d941a77ec7c0201baacedcd7ddb9b47.tar.gz
cdo-64a3f6288d941a77ec7c0201baacedcd7ddb9b47.tar.xz
cdo-64a3f6288d941a77ec7c0201baacedcd7ddb9b47.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.location')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.location/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.location/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.ui.location/META-INF/MANIFEST.MF
index 08f7c034a0..9fb3f971bd 100644
--- a/plugins/org.eclipse.emf.cdo.ui.location/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.ui.location/META-INF/MANIFEST.MF
@@ -10,7 +10,7 @@ Bundle-Activator: org.eclipse.emf.cdo.ui.internal.location.bundle.OM$Activator
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.emf.cdo.location;bundle-version="[4.0.0,5.0.0)",
- org.eclipse.net4j.util.ui;bundle-version="[3.1.0,4.0.0)"
+ org.eclipse.emf.cdo.location;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
+ org.eclipse.net4j.util.ui;bundle-version="[3.1.0,4.0.0)";visibility:=reexport
Export-Package: org.eclipse.emf.cdo.ui.internal.location.bundle;version="4.0.0";x-internal:=true,
org.eclipse.emf.cdo.ui.internal.location;version="4.0.0";x-internal:=true

Back to the top