383907: change minimum required JRE to 1.6

Change-Id: If03200e0743a3905ccac16764865ebee7781a031
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=383907
diff --git a/org.eclipse.mylyn.mft.ecoretools.tests/.classpath b/org.eclipse.mylyn.mft.ecoretools.tests/.classpath
index 77f8017..b394a1f 100644
--- a/org.eclipse.mylyn.mft.ecoretools.tests/.classpath
+++ b/org.eclipse.mylyn.mft.ecoretools.tests/.classpath
@@ -7,7 +7,7 @@
 			<accessrule kind="accessible" pattern="**/internal/**"/>
 		</accessrules>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
 		<accessrules>
 			<accessrule kind="nonaccessible" pattern="com/sun/**"/>
 		</accessrules>
diff --git a/org.eclipse.mylyn.mft.ecoretools.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.mft.ecoretools.tests/.settings/org.eclipse.jdt.core.prefs
index 7be1805..997a785 100644
--- a/org.eclipse.mylyn.mft.ecoretools.tests/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.mft.ecoretools.tests/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.mft.ecoretools.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.ecoretools.tests/META-INF/MANIFEST.MF
index 384d09e..10087df 100644
--- a/org.eclipse.mylyn.mft.ecoretools.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.ecoretools.tests/META-INF/MANIFEST.MF
@@ -40,4 +40,4 @@
  org.eclipse.ui.navigator.resources,
  org.eclipse.ui.navigator
 Export-Package: org.eclipse.mylyn.mft.ecoretools.tests;x-internal:=true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/org.eclipse.mylyn.mft.ecoretools.tests/build.properties b/org.eclipse.mylyn.mft.ecoretools.tests/build.properties
index 6ab9450..f5ad0a4 100644
--- a/org.eclipse.mylyn.mft.ecoretools.tests/build.properties
+++ b/org.eclipse.mylyn.mft.ecoretools.tests/build.properties
@@ -9,7 +9,6 @@
                about.html,\
                src/,\
                .
-jre.compilation.profile = J2SE-1.5 
 source.. = src/
 output.. = bin/
 src.includes = about.html
diff --git a/org.eclipse.mylyn.mft.ecoretools.ui/.classpath b/org.eclipse.mylyn.mft.ecoretools.ui/.classpath
index 64c5e31..ad32c83 100644
--- a/org.eclipse.mylyn.mft.ecoretools.ui/.classpath
+++ b/org.eclipse.mylyn.mft.ecoretools.ui/.classpath
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="output" path="bin"/>
diff --git a/org.eclipse.mylyn.mft.ecoretools.ui/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.mft.ecoretools.ui/.settings/org.eclipse.jdt.core.prefs
index 7be1805..997a785 100644
--- a/org.eclipse.mylyn.mft.ecoretools.ui/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.mft.ecoretools.ui/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.mft.ecoretools.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.ecoretools.ui/META-INF/MANIFEST.MF
index a647a19..43ec1c5 100644
--- a/org.eclipse.mylyn.mft.ecoretools.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.ecoretools.ui/META-INF/MANIFEST.MF
@@ -32,5 +32,5 @@
  org.eclipse.mylyn.mft.gmf.ui;bundle-version="0.9.1",
  org.eclipse.mylyn.mft.emf.ui;bundle-version="0.9.1"
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Export-Package: org.eclipse.mylyn.internal.mft.ecoretools.ui;x-internal:=true
diff --git a/org.eclipse.mylyn.mft.ecoretools.ui/build.properties b/org.eclipse.mylyn.mft.ecoretools.ui/build.properties
index 1b36090..6b402ed 100644
--- a/org.eclipse.mylyn.mft.ecoretools.ui/build.properties
+++ b/org.eclipse.mylyn.mft.ecoretools.ui/build.properties
@@ -8,4 +8,3 @@
                feature.gif,\
                about.ini
 src.includes = about.html
-jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.mft.emf.core/.classpath b/org.eclipse.mylyn.mft.emf.core/.classpath
index 64c5e31..ad32c83 100644
--- a/org.eclipse.mylyn.mft.emf.core/.classpath
+++ b/org.eclipse.mylyn.mft.emf.core/.classpath
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="output" path="bin"/>
diff --git a/org.eclipse.mylyn.mft.emf.core/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.mft.emf.core/.settings/org.eclipse.jdt.core.prefs
index 7be1805..997a785 100644
--- a/org.eclipse.mylyn.mft.emf.core/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.mft.emf.core/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.mft.emf.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.emf.core/META-INF/MANIFEST.MF
index 6ba638c..c784447 100644
--- a/org.eclipse.mylyn.mft.emf.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.emf.core/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@
 Bundle-Localization: plugin
 Bundle-SymbolicName: org.eclipse.mylyn.mft.emf.core;singleton:=true
 Bundle-Version: 0.9.1.qualifier
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.mylyn.context.core,
  org.eclipse.emf.common,
diff --git a/org.eclipse.mylyn.mft.emf.core/build.properties b/org.eclipse.mylyn.mft.emf.core/build.properties
index 0018b07..2b112c4 100644
--- a/org.eclipse.mylyn.mft.emf.core/build.properties
+++ b/org.eclipse.mylyn.mft.emf.core/build.properties
@@ -4,5 +4,4 @@
                .,\
                plugin.properties,\
                about.html
-jre.compilation.profile = J2SE-1.5
 src.includes = about.html
diff --git a/org.eclipse.mylyn.mft.emf.tests/.classpath b/org.eclipse.mylyn.mft.emf.tests/.classpath
index 77f8017..b394a1f 100644
--- a/org.eclipse.mylyn.mft.emf.tests/.classpath
+++ b/org.eclipse.mylyn.mft.emf.tests/.classpath
@@ -7,7 +7,7 @@
 			<accessrule kind="accessible" pattern="**/internal/**"/>
 		</accessrules>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
 		<accessrules>
 			<accessrule kind="nonaccessible" pattern="com/sun/**"/>
 		</accessrules>
diff --git a/org.eclipse.mylyn.mft.emf.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.mft.emf.tests/.settings/org.eclipse.jdt.core.prefs
index 7be1805..997a785 100644
--- a/org.eclipse.mylyn.mft.emf.tests/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.mft.emf.tests/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.mft.emf.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.emf.tests/META-INF/MANIFEST.MF
index f60c1f0..3916f79 100644
--- a/org.eclipse.mylyn.mft.emf.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.emf.tests/META-INF/MANIFEST.MF
@@ -24,4 +24,4 @@
  org.eclipse.mylyn.monitor.ui,
  org.eclipse.mylyn.resources.ui
 Export-Package: org.eclipse.mylyn.mft.emf.tests;x-internal:=true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/org.eclipse.mylyn.mft.emf.tests/build.properties b/org.eclipse.mylyn.mft.emf.tests/build.properties
index 6ab9450..f5ad0a4 100644
--- a/org.eclipse.mylyn.mft.emf.tests/build.properties
+++ b/org.eclipse.mylyn.mft.emf.tests/build.properties
@@ -9,7 +9,6 @@
                about.html,\
                src/,\
                .
-jre.compilation.profile = J2SE-1.5 
 source.. = src/
 output.. = bin/
 src.includes = about.html
diff --git a/org.eclipse.mylyn.mft.emf.ui/.classpath b/org.eclipse.mylyn.mft.emf.ui/.classpath
index 30862ad..c81025c 100644
--- a/org.eclipse.mylyn.mft.emf.ui/.classpath
+++ b/org.eclipse.mylyn.mft.emf.ui/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
 		<accessrules>
 			<accessrule kind="accessible" pattern="org/eclipse/core/internal/resources/*"/>
diff --git a/org.eclipse.mylyn.mft.emf.ui/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.mft.emf.ui/.settings/org.eclipse.jdt.core.prefs
index 7be1805..997a785 100644
--- a/org.eclipse.mylyn.mft.emf.ui/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.mft.emf.ui/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.mft.emf.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.emf.ui/META-INF/MANIFEST.MF
index dc755e9..5911ddd 100644
--- a/org.eclipse.mylyn.mft.emf.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.emf.ui/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@
 Bundle-SymbolicName: org.eclipse.mylyn.mft.emf.ui;singleton:=true
 Bundle-Version: 0.9.1.qualifier
 Bundle-Vendor: %Bundle-Vendor
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.jface,
  org.eclipse.jface.text,
diff --git a/org.eclipse.mylyn.mft.emf.ui/build.properties b/org.eclipse.mylyn.mft.emf.ui/build.properties
index 9596e60..5538cf4 100644
--- a/org.eclipse.mylyn.mft.emf.ui/build.properties
+++ b/org.eclipse.mylyn.mft.emf.ui/build.properties
@@ -17,4 +17,3 @@
                about.ini,\
                feature.gif
 src.includes = about.html
-jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.mft.gmf.ui/.classpath b/org.eclipse.mylyn.mft.gmf.ui/.classpath
index 64c5e31..ad32c83 100644
--- a/org.eclipse.mylyn.mft.gmf.ui/.classpath
+++ b/org.eclipse.mylyn.mft.gmf.ui/.classpath
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="output" path="bin"/>
diff --git a/org.eclipse.mylyn.mft.gmf.ui/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.mft.gmf.ui/.settings/org.eclipse.jdt.core.prefs
index 7be1805..997a785 100644
--- a/org.eclipse.mylyn.mft.gmf.ui/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.mft.gmf.ui/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.mft.gmf.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.gmf.ui/META-INF/MANIFEST.MF
index 1c1a3fc..1ec8de1 100644
--- a/org.eclipse.mylyn.mft.gmf.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.gmf.ui/META-INF/MANIFEST.MF
@@ -14,7 +14,7 @@
  org.eclipse.mylyn.mft.emf.ui,
  org.eclipse.mylyn.mft.emf.core
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Export-Package: org.eclipse.mylyn.internal.mft.gmf.ui;x-internal:=true,
  org.eclipse.mylyn.mft.gmf.ui;x-internal:=true,
  org.eclipse.mylyn.mft.gmf.ui.figures;x-internal:=true
diff --git a/org.eclipse.mylyn.mft.gmf.ui/build.properties b/org.eclipse.mylyn.mft.gmf.ui/build.properties
index 029e9a9..f209d45 100644
--- a/org.eclipse.mylyn.mft.gmf.ui/build.properties
+++ b/org.eclipse.mylyn.mft.gmf.ui/build.properties
@@ -9,4 +9,3 @@
                about.ini,\
                feature.gif
 src.includes = about.html
-jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.mft.papyrus.tests/.classpath b/org.eclipse.mylyn.mft.papyrus.tests/.classpath
index 77f8017..b394a1f 100644
--- a/org.eclipse.mylyn.mft.papyrus.tests/.classpath
+++ b/org.eclipse.mylyn.mft.papyrus.tests/.classpath
@@ -7,7 +7,7 @@
 			<accessrule kind="accessible" pattern="**/internal/**"/>
 		</accessrules>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
 		<accessrules>
 			<accessrule kind="nonaccessible" pattern="com/sun/**"/>
 		</accessrules>
diff --git a/org.eclipse.mylyn.mft.papyrus.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.mft.papyrus.tests/.settings/org.eclipse.jdt.core.prefs
index 7be1805..997a785 100644
--- a/org.eclipse.mylyn.mft.papyrus.tests/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.mft.papyrus.tests/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.mft.papyrus.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.papyrus.tests/META-INF/MANIFEST.MF
index 35122e1..4baecf6 100644
--- a/org.eclipse.mylyn.mft.papyrus.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.papyrus.tests/META-INF/MANIFEST.MF
@@ -40,4 +40,4 @@
  org.eclipse.papyrus.uml.diagram.common;bundle-version="0.9.0",
  org.eclipse.papyrus.uml.diagram.clazz
 Export-Package: org.eclipse.mylyn.mft.papyrus.tests;x-internal:=true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/org.eclipse.mylyn.mft.papyrus.tests/build.properties b/org.eclipse.mylyn.mft.papyrus.tests/build.properties
index 6ab9450..f5ad0a4 100644
--- a/org.eclipse.mylyn.mft.papyrus.tests/build.properties
+++ b/org.eclipse.mylyn.mft.papyrus.tests/build.properties
@@ -9,7 +9,6 @@
                about.html,\
                src/,\
                .
-jre.compilation.profile = J2SE-1.5 
 source.. = src/
 output.. = bin/
 src.includes = about.html
diff --git a/org.eclipse.mylyn.mft.papyrus.ui/.classpath b/org.eclipse.mylyn.mft.papyrus.ui/.classpath
index 64c5e31..ad32c83 100644
--- a/org.eclipse.mylyn.mft.papyrus.ui/.classpath
+++ b/org.eclipse.mylyn.mft.papyrus.ui/.classpath
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="output" path="bin"/>
diff --git a/org.eclipse.mylyn.mft.papyrus.ui/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.mft.papyrus.ui/.settings/org.eclipse.jdt.core.prefs
index 7be1805..997a785 100644
--- a/org.eclipse.mylyn.mft.papyrus.ui/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.mft.papyrus.ui/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.mft.papyrus.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.papyrus.ui/META-INF/MANIFEST.MF
index ca2eedd..89b8d1e 100644
--- a/org.eclipse.mylyn.mft.papyrus.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.papyrus.ui/META-INF/MANIFEST.MF
@@ -24,5 +24,5 @@
  org.eclipse.gmf.runtime.diagram.core;bundle-version="1.6.0",
  org.eclipse.gmf.runtime.diagram.ui
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Export-Package: org.eclipse.mylyn.internal.mft.papyrus.ui;x-internal:=true
diff --git a/org.eclipse.mylyn.mft.papyrus.ui/build.properties b/org.eclipse.mylyn.mft.papyrus.ui/build.properties
index d7277a1..1d4150e 100644
--- a/org.eclipse.mylyn.mft.papyrus.ui/build.properties
+++ b/org.eclipse.mylyn.mft.papyrus.ui/build.properties
@@ -8,4 +8,3 @@
                about.ini,\
                feature.gif
 src.includes = about.html
-jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.mft.sdk.util/.classpath b/org.eclipse.mylyn.mft.sdk.util/.classpath
index 77f8017..b394a1f 100644
--- a/org.eclipse.mylyn.mft.sdk.util/.classpath
+++ b/org.eclipse.mylyn.mft.sdk.util/.classpath
@@ -7,7 +7,7 @@
 			<accessrule kind="accessible" pattern="**/internal/**"/>
 		</accessrules>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
 		<accessrules>
 			<accessrule kind="nonaccessible" pattern="com/sun/**"/>
 		</accessrules>
diff --git a/org.eclipse.mylyn.mft.sdk.util/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.mft.sdk.util/.settings/org.eclipse.jdt.core.prefs
index 7be1805..997a785 100644
--- a/org.eclipse.mylyn.mft.sdk.util/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.mft.sdk.util/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.mft.sdk.util/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.sdk.util/META-INF/MANIFEST.MF
index 222d8c8..b5f9ca1 100644
--- a/org.eclipse.mylyn.mft.sdk.util/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.sdk.util/META-INF/MANIFEST.MF
@@ -23,4 +23,4 @@
  org.eclipse.mylyn.monitor.ui,
  org.eclipse.mylyn.resources.ui
 Export-Package: org.eclipse.mylyn.mft.sdk.util;x-internal:=true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/org.eclipse.mylyn.mft.sdk.util/build.properties b/org.eclipse.mylyn.mft.sdk.util/build.properties
index 5cde5d1..9933589 100644
--- a/org.eclipse.mylyn.mft.sdk.util/build.properties
+++ b/org.eclipse.mylyn.mft.sdk.util/build.properties
@@ -12,7 +12,6 @@
                testdata/,\
                about.ini,\
                feature.gif
-jre.compilation.profile = J2SE-1.5 
 source.. = src/
 output.. = bin/
 src.includes = about.html
diff --git a/org.eclipse.mylyn.mft.sdk.util/testdata/org.eclipse.mylyn.modeling.tests.ecorediagram/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.sdk.util/testdata/org.eclipse.mylyn.modeling.tests.ecorediagram/META-INF/MANIFEST.MF
index bcd5436..5aefa8f 100644
--- a/org.eclipse.mylyn.mft.sdk.util/testdata/org.eclipse.mylyn.modeling.tests.ecorediagram/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.sdk.util/testdata/org.eclipse.mylyn.modeling.tests.ecorediagram/META-INF/MANIFEST.MF
@@ -4,5 +4,5 @@
 Bundle-SymbolicName: org.eclipse.mylyn.emf.tests.library_project
 Bundle-Version: 0.1.0
 Require-Bundle: org.eclipse.emf.ecore
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ClassPath: .
diff --git a/org.eclipse.mylyn.mft.sdk.util/testdata/org.eclipse.mylyn.modeling.tests.ecorediagram/build.properties b/org.eclipse.mylyn.mft.sdk.util/testdata/org.eclipse.mylyn.modeling.tests.ecorediagram/build.properties
index 96c461f..b7ba91e 100644
--- a/org.eclipse.mylyn.mft.sdk.util/testdata/org.eclipse.mylyn.modeling.tests.ecorediagram/build.properties
+++ b/org.eclipse.mylyn.mft.sdk.util/testdata/org.eclipse.mylyn.modeling.tests.ecorediagram/build.properties
@@ -3,4 +3,3 @@
                .,\
                about.html
 src.includes = about.html
-jre.compilation.profile = J2SE-1.5
diff --git a/org.eclipse.mylyn.mft.uml2.core/.classpath b/org.eclipse.mylyn.mft.uml2.core/.classpath
index 2d1a430..8a8f166 100644
--- a/org.eclipse.mylyn.mft.uml2.core/.classpath
+++ b/org.eclipse.mylyn.mft.uml2.core/.classpath
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <classpath>

-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>

+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>

 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

 	<classpathentry kind="src" path="src"/>

 	<classpathentry kind="output" path="bin"/>

diff --git a/org.eclipse.mylyn.mft.uml2.core/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.mft.uml2.core/.settings/org.eclipse.jdt.core.prefs
index 7be1805..997a785 100644
--- a/org.eclipse.mylyn.mft.uml2.core/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.mft.uml2.core/.settings/org.eclipse.jdt.core.prefs
@@ -11,9 +11,9 @@
 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.compliance=1.6
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
diff --git a/org.eclipse.mylyn.mft.uml2.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.mft.uml2.core/META-INF/MANIFEST.MF
index 65b1c48..22118f0 100644
--- a/org.eclipse.mylyn.mft.uml2.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.mft.uml2.core/META-INF/MANIFEST.MF
@@ -9,6 +9,6 @@
  org.eclipse.mylyn.mft.emf.core,
  org.eclipse.uml2.uml
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Export-Package: org.eclipse.mylyn.mft.uml2.core
 
diff --git a/org.eclipse.mylyn.mft.uml2.core/build.properties b/org.eclipse.mylyn.mft.uml2.core/build.properties
index 397485c..bf72e91 100644
--- a/org.eclipse.mylyn.mft.uml2.core/build.properties
+++ b/org.eclipse.mylyn.mft.uml2.core/build.properties
@@ -8,4 +8,3 @@
                about.ini,\

                feature.gif

 src.includes = about.html

-jre.compilation.profile = J2SE-1.5