Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-09-06 12:56:46 +0000
committerEike Stepper2009-09-06 12:56:46 +0000
commita062c6a2e3e43247c0d8a3608f44575c564a4a16 (patch)
tree14b8ca7eb30ca7b673a021023a05d294d423be34 /plugins/org.gastro.business
parentb6f44bbd4c6b6bde61b06ad37211e3d2edf59e7a (diff)
downloadcdo-a062c6a2e3e43247c0d8a3608f44575c564a4a16.tar.gz
cdo-a062c6a2e3e43247c0d8a3608f44575c564a4a16.tar.xz
cdo-a062c6a2e3e43247c0d8a3608f44575c564a4a16.zip
various fixes
Diffstat (limited to 'plugins/org.gastro.business')
-rw-r--r--plugins/org.gastro.business/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.gastro.business/META-INF/MANIFEST.MF b/plugins/org.gastro.business/META-INF/MANIFEST.MF
index ea0f55eed1..8bcd89f43d 100644
--- a/plugins/org.gastro.business/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.business/META-INF/MANIFEST.MF
@@ -10,8 +10,8 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.gastro.business,
org.gastro.business.impl,
org.gastro.business.util
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.emf.ecore;visibility:=reexport,
- org.eclipse.emf.cdo;visibility:=reexport,
- org.gastro.inventory;visibility:=reexport
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.emf.ecore;bundle-version="[2.6.0,3.0.0)",
+ org.eclipse.emf.cdo;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
+ org.gastro.inventory;bundle-version="[3.0.0,4.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top