Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2005-08-30 21:33:23 +0000
committerThomas Watson2005-08-30 21:33:23 +0000
commit2390790fa1fb59d0eca2699e803d81653781e0ed (patch)
treee1bbd0ed1edd45044c447e460416319b90039866 /bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile
parentea2c3405827c26389ce10f77c4af7db96721de50 (diff)
downloadrt.equinox.framework-2390790fa1fb59d0eca2699e803d81653781e0ed.tar.gz
rt.equinox.framework-2390790fa1fb59d0eca2699e803d81653781e0ed.tar.xz
rt.equinox.framework-2390790fa1fb59d0eca2699e803d81653781e0ed.zip
Bug 108271 [osgi] execution env should be set using java profiles
Diffstat (limited to 'bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile')
-rw-r--r--bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile b/bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile
index 0ba6b43ea..1157a29bd 100644
--- a/bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile
+++ b/bundles/org.eclipse.osgi/CDC-1.0_Foundation-1.0.profile
@@ -12,3 +12,8 @@ org.osgi.framework.system.packages = \
javax.microedition.io
org.osgi.framework.bootdelegation = \
javax.microedition.io
+org.osgi.framework.executionenvironment = \
+ OSGi/Minimum-1.0,\
+ OSGi/Minimum-1.1,\
+ CDC-1.0/Foundation-1.0
+osgi.java.profile.name = CDC-1.0/Foundation-1.0

Back to the top