Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-08-13 13:46:25 +0000
committerThomas Watson2010-08-13 13:46:25 +0000
commit5b17a137dcddae0fccd99ecdaa71c04788330b22 (patch)
tree796e45162da0d5d205f83039de84e06dc512b196 /bundles/org.eclipse.osgi/JavaSE-1.7.profile
parent0d542b29c339542d8b1c15b10377274fc7cb64a1 (diff)
downloadrt.equinox.framework-5b17a137dcddae0fccd99ecdaa71c04788330b22.tar.gz
rt.equinox.framework-5b17a137dcddae0fccd99ecdaa71c04788330b22.tar.xz
rt.equinox.framework-5b17a137dcddae0fccd99ecdaa71c04788330b22.zip
Bug 321044 - Enable 1.7 compiler compliance in JavaSE-1.7.profile
Diffstat (limited to 'bundles/org.eclipse.osgi/JavaSE-1.7.profile')
-rw-r--r--bundles/org.eclipse.osgi/JavaSE-1.7.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.osgi/JavaSE-1.7.profile b/bundles/org.eclipse.osgi/JavaSE-1.7.profile
index 192b46e9f..8a4e6c7dd 100644
--- a/bundles/org.eclipse.osgi/JavaSE-1.7.profile
+++ b/bundles/org.eclipse.osgi/JavaSE-1.7.profile
@@ -190,9 +190,9 @@ org.osgi.framework.executionenvironment = \
JavaSE-1.6,\
JavaSE-1.7
osgi.java.profile.name = JavaSE-1.7
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.source=1.6
+org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.source=1.7
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error

Back to the top