Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-03-11 17:01:09 +0000
committerThomas Watson2009-03-11 17:01:09 +0000
commit3b483f846f93145faff2f3a8b249a7146bd884b7 (patch)
tree7eeed0cde939a999164c3330d875657470edc392 /bundles/org.eclipse.osgi/JRE-1.1.profile
parent7f123eb388dad7a620714b9ae1448c251ea7a1ff (diff)
downloadrt.equinox.framework-3b483f846f93145faff2f3a8b249a7146bd884b7.tar.gz
rt.equinox.framework-3b483f846f93145faff2f3a8b249a7146bd884b7.tar.xz
rt.equinox.framework-3b483f846f93145faff2f3a8b249a7146bd884b7.zip
Bug 268152 EE profiles "J2SE-1.2" and "JRE-1.1" contain illegal values for compiler compliancev20090311-1300
Diffstat (limited to 'bundles/org.eclipse.osgi/JRE-1.1.profile')
-rw-r--r--bundles/org.eclipse.osgi/JRE-1.1.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.osgi/JRE-1.1.profile b/bundles/org.eclipse.osgi/JRE-1.1.profile
index 7bb8b46de..e7391664b 100644
--- a/bundles/org.eclipse.osgi/JRE-1.1.profile
+++ b/bundles/org.eclipse.osgi/JRE-1.1.profile
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2005 IBM Corporation and others.
+# Copyright (c) 2003, 2009 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
@@ -15,8 +15,8 @@ org.osgi.framework.bootdelegation = \
org.osgi.framework.executionenvironment = \
JRE-1.1
osgi.java.profile.name = JRE-1.1
-org.eclipse.jdt.core.compiler.compliance=1.1
-org.eclipse.jdt.core.compiler.source=1.1
+org.eclipse.jdt.core.compiler.compliance=1.3
+org.eclipse.jdt.core.compiler.source=1.3
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.1
org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
org.eclipse.jdt.core.compiler.problem.enumIdentifier=ignore

Back to the top