Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-10-10 19:20:54 +0000
committerThomas Watson2008-10-10 19:20:54 +0000
commita5fcc185ebf65f116d21fce4a3b2f166626aaba6 (patch)
treec2fd7b650f98d19d44ca69b037c7bbcf06a6b0a6 /bundles/org.eclipse.osgi/JavaSE-1.6.profile
parent3165d6cdb5e10aa9d5163ee4cf7436bb65fb3ae6 (diff)
downloadrt.equinox.framework-a5fcc185ebf65f116d21fce4a3b2f166626aaba6.tar.gz
rt.equinox.framework-a5fcc185ebf65f116d21fce4a3b2f166626aaba6.tar.xz
rt.equinox.framework-a5fcc185ebf65f116d21fce4a3b2f166626aaba6.zip
Bug 240724 [plan] Update Execution Environment profile format to include custom jdt settingsv20081013-1830
Diffstat (limited to 'bundles/org.eclipse.osgi/JavaSE-1.6.profile')
-rw-r--r--bundles/org.eclipse.osgi/JavaSE-1.6.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/JavaSE-1.6.profile b/bundles/org.eclipse.osgi/JavaSE-1.6.profile
index c0d0816eb..1d52e0e4d 100644
--- a/bundles/org.eclipse.osgi/JavaSE-1.6.profile
+++ b/bundles/org.eclipse.osgi/JavaSE-1.6.profile
@@ -183,7 +183,6 @@ 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

Back to the top