Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-04-08 18:02:46 +0000
committerThomas Watson2011-04-08 18:02:46 +0000
commitc9496e5594fca11ebef473834644384b9b0e36b8 (patch)
treec311cda52cfcf0083170febbc35756dc669fa96c /bundles/org.eclipse.osgi/JavaSE-1.7.profile
parent2e97e4592917e1d1e1fa437d5051fec2c0c8981c (diff)
downloadrt.equinox.framework-c9496e5594fca11ebef473834644384b9b0e36b8.tar.gz
rt.equinox.framework-c9496e5594fca11ebef473834644384b9b0e36b8.tar.xz
rt.equinox.framework-c9496e5594fca11ebef473834644384b9b0e36b8.zip
Bug 342322 - Disable 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.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.osgi/JavaSE-1.7.profile b/bundles/org.eclipse.osgi/JavaSE-1.7.profile
index c07fc02af..4cc78b273 100644
--- a/bundles/org.eclipse.osgi/JavaSE-1.7.profile
+++ b/bundles/org.eclipse.osgi/JavaSE-1.7.profile
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2009, 2010 IBM Corporation and others.
+# Copyright (c) 2009, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -193,9 +193,9 @@ org.osgi.framework.system.capabilities = \
osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",\
osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7"
osgi.java.profile.name = JavaSE-1.7
-org.eclipse.jdt.core.compiler.compliance=1.7
-org.eclipse.jdt.core.compiler.source=1.7
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.source=1.6
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error

Back to the top