Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.refactoring/META-INF')
-rw-r--r--org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF b/org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF
index 77ab3628..c4ef7c96 100644
--- a/org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.refactoring/META-INF/MANIFEST.MF
@@ -23,6 +23,5 @@ Require-Bundle: org.eclipse.m2e.core;bundle-version="[1.7.0,1.8.0)",
org.eclipse.m2e.core.ui;bundle-version="[1.7.0,1.8.0)",
org.slf4j.api;bundle-version="1.6.2"
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7,
- JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.m2e.refactoring.exclude;x-internal:=true

Back to the top