From ce5e86c3b5d27cf8a94757a58e6ffa32aca41d3a Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Thu, 12 May 2005 20:38:02 +0000 Subject: Bug 95001 [osgi] bootdelegation property should accept wildcards --- bundles/org.eclipse.osgi/J2SE-1.4.profile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bundles/org.eclipse.osgi/J2SE-1.4.profile') diff --git a/bundles/org.eclipse.osgi/J2SE-1.4.profile b/bundles/org.eclipse.osgi/J2SE-1.4.profile index eb8de5a9e..12e3536c0 100644 --- a/bundles/org.eclipse.osgi/J2SE-1.4.profile +++ b/bundles/org.eclipse.osgi/J2SE-1.4.profile @@ -101,10 +101,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.* -- cgit v1.2.3