Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2008-07-15 19:13:54 +0000
committerrescobar2008-07-15 19:13:54 +0000
commitc9949d19764d308ab0d4c824ceca73302b87d1d9 (patch)
tree6618f9a4cc091ce262ceba57d5b402177327e483 /org.eclipse.osee.framework.ui.swt/META-INF/MANIFEST.MF
parentba1e2794f7b5551f8b36cd3569478983a46657f7 (diff)
downloadorg.eclipse.osee-c9949d19764d308ab0d4c824ceca73302b87d1d9.tar.gz
org.eclipse.osee-c9949d19764d308ab0d4c824ceca73302b87d1d9.tar.xz
org.eclipse.osee-c9949d19764d308ab0d4c824ceca73302b87d1d9.zip
Updated for Eclipse 3.4 compatibility.
Diffstat (limited to 'org.eclipse.osee.framework.ui.swt/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.osee.framework.ui.swt/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.osee.framework.ui.swt/META-INF/MANIFEST.MF b/org.eclipse.osee.framework.ui.swt/META-INF/MANIFEST.MF
index b495e95807f..360ed1401a2 100644
--- a/org.eclipse.osee.framework.ui.swt/META-INF/MANIFEST.MF
+++ b/org.eclipse.osee.framework.ui.swt/META-INF/MANIFEST.MF
@@ -9,9 +9,10 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jface,
org.eclipse.jface.text,
org.eclipse.ui
-Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.framework.ui.swt,
org.eclipse.osee.framework.ui.swt.styledText
Bundle-ClassPath: library.jar,
.
Bundle-Vendor: Eclipse.org
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top