Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF
index 9b602a522c8..a0884e6cb28 100644
--- a/plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Version: 0.9.9.qualifier
Bundle-Activator: org.eclipse.osee.framework.core.model.internal.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Import-Package: org.eclipse.core.runtime;version="3.4.0",
+Import-Package: org.eclipse.core.runtime,
org.eclipse.osee.framework.core.data,
org.eclipse.osee.framework.core.enums,
org.eclipse.osee.framework.core.exception,
@@ -16,7 +16,7 @@ Import-Package: org.eclipse.core.runtime;version="3.4.0",
org.eclipse.osee.framework.jdk.core.type,
org.eclipse.osee.framework.jdk.core.util,
org.eclipse.osee.framework.logging,
- org.osgi.framework;version="1.3.0",
+ org.osgi.framework,
org.osgi.util.tracker
Bundle-ActivationPolicy: lazy
Eclipse-ExtensibleAPI: true

Back to the top