Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osee.framework.ui.product/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.osee.framework.ui.product/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.osee.framework.ui.product/META-INF/MANIFEST.MF b/org.eclipse.osee.framework.ui.product/META-INF/MANIFEST.MF
index 47d10704ac0..faf339bac9d 100644
--- a/org.eclipse.osee.framework.ui.product/META-INF/MANIFEST.MF
+++ b/org.eclipse.osee.framework.ui.product/META-INF/MANIFEST.MF
@@ -9,10 +9,10 @@ Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.osee.framework.jdk.core,
- org.eclipse.jdt.core,
org.eclipse.osee.framework.plugin.core,
org.eclipse.osee.framework.ui.plugin,
org.eclipse.ui.intro
-Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.framework.ui.product
Bundle-ClassPath: library.jar
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top