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/OSGi_Minimum-1.1.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/OSGi_Minimum-1.1.profile')
-rw-r--r--bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile b/bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile
index 2d8b661a6..36872c8e7 100644
--- a/bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile
+++ b/bundles/org.eclipse.osgi/OSGi_Minimum-1.1.profile
@@ -16,3 +16,9 @@ org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0,\
OSGi/Minimum-1.1
osgi.java.profile.name = OSGi/Minimum-1.1
+java.class.version=47
+org.eclipse.jdt.core.compiler.compliance=1.3
+org.eclipse.jdt.core.compiler.source=1.3
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=ignore

Back to the top