Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-02-12 14:24:26 +0000
committerChristian W. Damus2015-02-13 04:08:07 +0000
commitd6a77524d55edeca598895d23a1fba117742e06f (patch)
tree570fa573fecdfd8810f5e960a956f10dfccc0dc0 /extraplugins/java/org.eclipse.papyrus.java.reverse/META-INF/MANIFEST.MF
parent92e96ff0a627af7e0cddc6231655d58f1074d881 (diff)
downloadorg.eclipse.papyrus-d6a77524d55edeca598895d23a1fba117742e06f.tar.gz
org.eclipse.papyrus-d6a77524d55edeca598895d23a1fba117742e06f.tar.xz
org.eclipse.papyrus-d6a77524d55edeca598895d23a1fba117742e06f.zip
Bug 459566: [Releng] Consider letting Tycho use JDT's project settings for compilation
https://bugs.eclipse.org/bugs/show_bug.cgi?id=459566 Ensure consistency of Tycho compilation settings with JDT settings in the source projects in the developer workspace (for the Extras plug-ins).
Diffstat (limited to 'extraplugins/java/org.eclipse.papyrus.java.reverse/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.reverse/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraplugins/java/org.eclipse.papyrus.java.reverse/META-INF/MANIFEST.MF b/extraplugins/java/org.eclipse.papyrus.java.reverse/META-INF/MANIFEST.MF
index 6a498ff9d63..809f43109ae 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.reverse/META-INF/MANIFEST.MF
+++ b/extraplugins/java/org.eclipse.papyrus.java.reverse/META-INF/MANIFEST.MF
@@ -14,5 +14,5 @@ Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.java.reverse.Activator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.java.reverse;singleton:=true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top