Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/J2SE-1.4.profile')
-rw-r--r--bundles/org.eclipse.osgi/J2SE-1.4.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/J2SE-1.4.profile b/bundles/org.eclipse.osgi/J2SE-1.4.profile
index 5655989e0..6b55d8bc7 100644
--- a/bundles/org.eclipse.osgi/J2SE-1.4.profile
+++ b/bundles/org.eclipse.osgi/J2SE-1.4.profile
@@ -121,3 +121,9 @@ org.osgi.framework.executionenvironment = \
J2SE-1.3,\
J2SE-1.4
osgi.java.profile.name = J2SE-1.4
+java.class.version=48
+org.eclipse.jdt.core.compiler.compliance=1.4
+org.eclipse.jdt.core.compiler.source=1.3
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning

Back to the top