Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2005-05-12 20:38:02 +0000
committerThomas Watson2005-05-12 20:38:02 +0000
commitce5e86c3b5d27cf8a94757a58e6ffa32aca41d3a (patch)
tree05df5b1ac262990c7923ccf4f7f52e0b56e42f3e /bundles/org.eclipse.osgi/J2SE-1.5.profile
parent8c9f26b1eaf8a48b946ea8b9cf680b317051d09d (diff)
downloadrt.equinox.framework-ce5e86c3b5d27cf8a94757a58e6ffa32aca41d3a.tar.gz
rt.equinox.framework-ce5e86c3b5d27cf8a94757a58e6ffa32aca41d3a.tar.xz
rt.equinox.framework-ce5e86c3b5d27cf8a94757a58e6ffa32aca41d3a.zip
Bug 95001 [osgi] bootdelegation property should accept wildcardsv20050512-2000
Diffstat (limited to 'bundles/org.eclipse.osgi/J2SE-1.5.profile')
-rw-r--r--bundles/org.eclipse.osgi/J2SE-1.5.profile14
1 files changed, 7 insertions, 7 deletions
diff --git a/bundles/org.eclipse.osgi/J2SE-1.5.profile b/bundles/org.eclipse.osgi/J2SE-1.5.profile
index 0664b4447..b65a6fdad 100644
--- a/bundles/org.eclipse.osgi/J2SE-1.5.profile
+++ b/bundles/org.eclipse.osgi/J2SE-1.5.profile
@@ -126,10 +126,10 @@ org.osgi.framework.system.packages = \
org.xml.sax.ext,\
org.xml.sax.helpers
org.osgi.framework.bootdelegation = \
- javax.,\
- org.ietf,\
- org.omg.,\
- org.w3c.,\
- org.xml.,\
- sun.,\
- com.sun
+ javax.*,\
+ org.ietf.jgss,\
+ org.omg.*,\
+ org.w3c.*,\
+ org.xml.*,\
+ sun.*,\
+ com.sun.*

Back to the top