Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-12-18 12:27:18 +0000
committerTom Schindl2013-12-18 12:27:18 +0000
commit08b485eb0d69974ed592989e253c75a880dde249 (patch)
tree9538bdd80cf198193ba8b5e06ea8b7141ca3e8ea
parent6f921f86aa81eab97f585ab58ec8ed0bd25ce8e0 (diff)
downloadorg.eclipse.efxclipse-08b485eb0d69974ed592989e253c75a880dde249.tar.gz
org.eclipse.efxclipse-08b485eb0d69974ed592989e253c75a880dde249.tar.xz
org.eclipse.efxclipse-08b485eb0d69974ed592989e253c75a880dde249.zip
fixed EE
-rwxr-xr-xbundles/runtime/org.eclipse.fx.osgi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/runtime/org.eclipse.fx.osgi/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.osgi/META-INF/MANIFEST.MF
index d7c2dbf4b..bc7473483 100755
--- a/bundles/runtime/org.eclipse.fx.osgi/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.osgi/META-INF/MANIFEST.MF
@@ -4,5 +4,5 @@ Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.fx.osgi
Bundle-Version: 0.9.0.qualifier
Fragment-Host: org.eclipse.osgi;bundle-version="3.6.0"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: %Bundle-Vendor

Back to the top