Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-10-31 19:32:58 +0000
committerEike Stepper2010-10-31 19:32:58 +0000
commitbf7e2e045b1ae160afa5faa2ce4420fe58ad0dee (patch)
treebcc3adcd83963d1d31267dab893a3b4ca7f525b9 /plugins/org.eclipse.emf.cdo.location/META-INF
parentc49cda1f086fe5969174ef7162df6d6d3aedbfb3 (diff)
downloadcdo-bf7e2e045b1ae160afa5faa2ce4420fe58ad0dee.tar.gz
cdo-bf7e2e045b1ae160afa5faa2ce4420fe58ad0dee.tar.xz
cdo-bf7e2e045b1ae160afa5faa2ce4420fe58ad0dee.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.location/META-INF')
-rw-r--r--plugins/org.eclipse.emf.cdo.location/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.location/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.location/META-INF/MANIFEST.MF
index ef559b458c..e66dd9754b 100644
--- a/plugins/org.eclipse.emf.cdo.location/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.location/META-INF/MANIFEST.MF
@@ -12,6 +12,6 @@ Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)";resolution:=optional,
org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Import-Package: org.osgi.framework;version="[1.3.0,2.0.0)";resolution:=optional
-Export-Package: org.eclipse.emf.cdo.internal.location;version="4.0.0";x-friends:="org.eclipse.emf.cdo.tests",
+Export-Package: org.eclipse.emf.cdo.internal.location;version="4.0.0";x-friends:="org.eclipse.emf.cdo.tests,org.eclipse.emf.cdo.ui.location",
org.eclipse.emf.cdo.internal.location.bundle;version="4.0.0";x-internal:=true,
org.eclipse.emf.cdo.location;version="4.0.0"

Back to the top