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 Stepper2013-03-13 07:06:05 +0000
committerEike Stepper2013-03-13 07:06:05 +0000
commitfff5e2745f2022717e44da61ac32d5123b82f3c2 (patch)
tree37cec418961facf3cf638ebfbecc57c77159b462 /plugins/org.eclipse.emf.cdo.transfer.workspace
parentbd1d3b70f03e40a0a4af8f86a5217953722f11b7 (diff)
downloadcdo-fff5e2745f2022717e44da61ac32d5123b82f3c2.tar.gz
cdo-fff5e2745f2022717e44da61ac32d5123b82f3c2.tar.xz
cdo-fff5e2745f2022717e44da61ac32d5123b82f3c2.zip
[400388] Integrate the new MinimalEStoreEObjectImpl drops/I20130315-0410
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400388
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.transfer.workspace')
-rw-r--r--plugins/org.eclipse.emf.cdo.transfer.workspace/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.transfer.workspace/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.transfer.workspace/META-INF/MANIFEST.MF
index c2d6ef0b43..a1fc221832 100644
--- a/plugins/org.eclipse.emf.cdo.transfer.workspace/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.transfer.workspace/META-INF/MANIFEST.MF
@@ -7,10 +7,10 @@ Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.emf.cdo.transfer;bundle-version="[4.2.0,5.0.0)";visibility:=reexport,
- org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)";visibility:=reexport,
- org.eclipse.team.core;bundle-version="[3.4.0,4.0.0)";resolution:=optional
+ org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
+ org.eclipse.team.core;bundle-version="[3.5.0,4.0.0)";resolution:=optional
Export-Package: org.eclipse.emf.cdo.transfer.internal.workspace.bundle;version="4.2.0";x-internal:=true,
org.eclipse.emf.cdo.transfer.spi.workspace;version="4.2.0"
Bundle-ActivationPolicy: lazy

Back to the top