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/OSGi_Minimum-1.2.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/OSGi_Minimum-1.2.profile')
-rw-r--r--bundles/org.eclipse.osgi/OSGi_Minimum-1.2.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/OSGi_Minimum-1.2.profile b/bundles/org.eclipse.osgi/OSGi_Minimum-1.2.profile
index 601b37379..95a689631 100644
--- a/bundles/org.eclipse.osgi/OSGi_Minimum-1.2.profile
+++ b/bundles/org.eclipse.osgi/OSGi_Minimum-1.2.profile
@@ -16,6 +16,8 @@ org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0,\
OSGi/Minimum-1.1,\
OSGi/Minimum-1.2
+org.osgi.framework.system.capabilities = \
+ osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2"
osgi.java.profile.name = OSGi/Minimum-1.2
org.eclipse.jdt.core.compiler.compliance=1.4
org.eclipse.jdt.core.compiler.source=1.3

Back to the top