diff options
author | Eike Stepper | 2011-01-09 18:51:24 +0000 |
---|---|---|
committer | Eike Stepper | 2011-01-09 18:51:24 +0000 |
commit | 1c62f209a698e28852a4abec8efd36408d331eb8 (patch) | |
tree | bb64d8a49fa9d1d83ced209b5854de8df3ebcd2e /plugins/org.gastro.business | |
parent | b2b6f479cd98f7fce0745dd202e1e6b7aecf0f9d (diff) | |
download | cdo-1c62f209a698e28852a4abec8efd36408d331eb8.tar.gz cdo-1c62f209a698e28852a4abec8efd36408d331eb8.tar.xz cdo-1c62f209a698e28852a4abec8efd36408d331eb8.zip |
fixed platform deps >=3.4
Diffstat (limited to 'plugins/org.gastro.business')
-rw-r--r-- | plugins/org.gastro.business/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.gastro.business/META-INF/MANIFEST.MF b/plugins/org.gastro.business/META-INF/MANIFEST.MF index cb980d4948..df91164dc9 100644 --- a/plugins/org.gastro.business/META-INF/MANIFEST.MF +++ b/plugins/org.gastro.business/META-INF/MANIFEST.MF @@ -10,7 +10,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.gastro.business;version="4.0.0", org.gastro.business.impl;version="4.0.0", org.gastro.business.util;version="4.0.0" -Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", +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)", org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)";visibility:=reexport, org.gastro.inventory;bundle-version="[4.0.0,5.0.0)";visibility:=reexport |