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/J2SE-1.3.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/J2SE-1.3.profile')
-rw-r--r--bundles/org.eclipse.osgi/J2SE-1.3.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/J2SE-1.3.profile b/bundles/org.eclipse.osgi/J2SE-1.3.profile
index dc595e1d0..b7dbdfabb 100644
--- a/bundles/org.eclipse.osgi/J2SE-1.3.profile
+++ b/bundles/org.eclipse.osgi/J2SE-1.3.profile
@@ -54,3 +54,10 @@ org.osgi.framework.bootdelegation = \
org.omg.*,\
sun.*,\
com.sun.*
+org.osgi.framework.executionenvironment = \
+ OSGi/Minimum-1.0,\
+ OSGi/Minimum-1.1,\
+ JRE-1.1,\
+ J2SE-1.2,\
+ J2SE-1.3
+osgi.java.profile.name = J2SE-1.3

Back to the top