Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-10-10 16:02:15 +0000
committerThomas Watson2008-10-10 16:02:15 +0000
commit3165d6cdb5e10aa9d5163ee4cf7436bb65fb3ae6 (patch)
tree53c32e8b8a2362de1189e7f69b567696bd092d4d /bundles/org.eclipse.osgi/JavaSE-1.6.profile
parent614e1a87ba2ec1c04cdcd51bfa7489a1a4c072a4 (diff)
downloadrt.equinox.framework-3165d6cdb5e10aa9d5163ee4cf7436bb65fb3ae6.tar.gz
rt.equinox.framework-3165d6cdb5e10aa9d5163ee4cf7436bb65fb3ae6.tar.xz
rt.equinox.framework-3165d6cdb5e10aa9d5163ee4cf7436bb65fb3ae6.zip
[plan] Create a ExecutionEnvironment Service
Diffstat (limited to 'bundles/org.eclipse.osgi/JavaSE-1.6.profile')
-rw-r--r--bundles/org.eclipse.osgi/JavaSE-1.6.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/JavaSE-1.6.profile b/bundles/org.eclipse.osgi/JavaSE-1.6.profile
index f3358992d..c0d0816eb 100644
--- a/bundles/org.eclipse.osgi/JavaSE-1.6.profile
+++ b/bundles/org.eclipse.osgi/JavaSE-1.6.profile
@@ -183,3 +183,10 @@ org.osgi.framework.executionenvironment = \
J2SE-1.5,\
JavaSE-1.6
osgi.java.profile.name = JavaSE-1.6
+java.class.version=50
+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.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error

Back to the top