Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-09-10 14:11:54 +0000
committerThomas Watson2010-09-10 14:11:54 +0000
commit3970c45e2cf13db77bf65732ed8e069f5a221406 (patch)
tree35c590b8aefde60c657b43747a59a160130f8f26 /bundles/org.eclipse.osgi/J2SE-1.3.profile
parentdcf1b66aeb82d98b61861626de61963ded9d109e (diff)
downloadrt.equinox.framework-3970c45e2cf13db77bf65732ed8e069f5a221406.tar.gz
rt.equinox.framework-3970c45e2cf13db77bf65732ed8e069f5a221406.tar.xz
rt.equinox.framework-3970c45e2cf13db77bf65732ed8e069f5a221406.zip
Bug 323964 - Support osgi.ee capabilities for execution environments
Diffstat (limited to 'bundles/org.eclipse.osgi/J2SE-1.3.profile')
-rw-r--r--bundles/org.eclipse.osgi/J2SE-1.3.profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/J2SE-1.3.profile b/bundles/org.eclipse.osgi/J2SE-1.3.profile
index 27e44e65c..53b95e8c6 100644
--- a/bundles/org.eclipse.osgi/J2SE-1.3.profile
+++ b/bundles/org.eclipse.osgi/J2SE-1.3.profile
@@ -61,9 +61,8 @@ org.osgi.framework.executionenvironment = \
J2SE-1.2,\
J2SE-1.3
org.osgi.framework.system.capabilities = \
- osgi.ee; osgi.ee="JRE"; version:Version="1.1",\
osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1",\
- osgi.ee; osgi.ee="J2SE"; version:List<Version>="1.2, 1.3"
+ osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3"
osgi.java.profile.name = J2SE-1.3
org.eclipse.jdt.core.compiler.compliance=1.3
org.eclipse.jdt.core.compiler.source=1.3

Back to the top