[FELIX-1558]use com.sun.* instead of com.sun.management* for boot delegation

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@811230 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/assembly/src/main/filtered-resources/etc/config.properties b/karaf/assembly/src/main/filtered-resources/etc/config.properties
index 57c893f..d677b4e 100644
--- a/karaf/assembly/src/main/filtered-resources/etc/config.properties
+++ b/karaf/assembly/src/main/filtered-resources/etc/config.properties
@@ -32,7 +32,7 @@
  org.apache.felix.karaf.jaas.boot; version=${karaf.osgi.version}, \
  org.apache.felix.karaf.version; version=${karaf.osgi.version}
 
-org.osgi.framework.bootdelegation=sun.*,com.sun.management*
+org.osgi.framework.bootdelegation=sun.*,com.sun.*
 
 # To enable the use of the startup.properties file to control the start level:
 karaf.auto.start=startup.properties