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.0.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.0.profile')
-rw-r--r--bundles/org.eclipse.osgi/OSGi_Minimum-1.0.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/OSGi_Minimum-1.0.profile b/bundles/org.eclipse.osgi/OSGi_Minimum-1.0.profile
index 773501a52..40da61f85 100644
--- a/bundles/org.eclipse.osgi/OSGi_Minimum-1.0.profile
+++ b/bundles/org.eclipse.osgi/OSGi_Minimum-1.0.profile
@@ -14,6 +14,8 @@ org.osgi.framework.bootdelegation = \
com.sun.*
org.osgi.framework.executionenvironment = \
OSGi/Minimum-1.0
+org.osgi.framework.system.capabilities = \
+ osgi.ee; osgi.ee="OSGi/Minimum"; version:Version="1.0"
osgi.java.profile.name = OSGi/Minimum-1.0
org.eclipse.jdt.core.compiler.compliance=1.3
org.eclipse.jdt.core.compiler.source=1.3

Back to the top