Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-07-27 08:14:36 +0000
committerEike Stepper2011-07-27 08:14:36 +0000
commit824dcb277ead0e319037c1cadef5337df76c9c4d (patch)
tree16cea9ad3260be4daf438981f6d65df638c41de8 /plugins/org.eclipse.emf.cdo.tests.mango
parent210040128e0b19813a89826288e98dc34f6c9cf5 (diff)
downloadcdo-824dcb277ead0e319037c1cadef5337df76c9c4d.tar.gz
cdo-824dcb277ead0e319037c1cadef5337df76c9c4d.tar.xz
cdo-824dcb277ead0e319037c1cadef5337df76c9c4d.zip
[349599] [Tests] EMF runtime compatibility issue and duplicate code in test models
https://bugs.eclipse.org/bugs/show_bug.cgi?id=349599
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.mango')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.mango/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.mango/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.tests.mango/META-INF/MANIFEST.MF
index e075e1d024..e04d984f6d 100644
--- a/plugins/org.eclipse.emf.cdo.tests.mango/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.tests.mango/META-INF/MANIFEST.MF
@@ -10,8 +10,8 @@ Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.4.0,3.0.0)";visibility:=reexport,
org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
-Export-Package: org.eclipse.emf.cdo.tests.legacy.mango;version="3.0.100",
- org.eclipse.emf.cdo.tests.legacy.mango.impl;version="3.0.100",
+Export-Package: org.eclipse.emf.cdo.tests.legacy.mango;version="3.0.200",
+ org.eclipse.emf.cdo.tests.legacy.mango.impl;version="3.0.200",
org.eclipse.emf.cdo.tests.mango;version="3.0.200",
org.eclipse.emf.cdo.tests.mango.impl;version="3.0.200",
org.eclipse.emf.cdo.tests.mango.util;version="3.0.200"

Back to the top