Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-07-30 13:46:19 +0000
committerThomas Watson2008-07-30 13:46:19 +0000
commit0f322e6866b7f2ca4b73e35f718f5dd119bbb9cc (patch)
tree994663370268581de619e7ad5ff9001f4a1c96b3
parente62de2d696cb67ea479973988fbff3f79b0c361b (diff)
downloadrt.equinox.framework-0f322e6866b7f2ca4b73e35f718f5dd119bbb9cc.tar.gz
rt.equinox.framework-0f322e6866b7f2ca4b73e35f718f5dd119bbb9cc.tar.xz
rt.equinox.framework-0f322e6866b7f2ca4b73e35f718f5dd119bbb9cc.zip
Add BREE J2SE-1.5 to allow import of org.eclipse.osgi as source in the SDK.
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 3c5917ed1..7f3834ef4 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -64,4 +64,5 @@ Bundle-DocUrl: http://www.eclipse.org
Eclipse-ExtensibleAPI: true
Eclipse-SystemBundle: true
Main-Class: org.eclipse.core.runtime.adaptor.EclipseStarter
-Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.1
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,
+ OSGi/Minimum-1.1

Back to the top