You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2017/02/10 08:29:15 UTC

[3/5] karaf git commit: [KARAF-4982] Remove packages already provided by the assembly builder through libraries

[KARAF-4982] Remove packages already provided by the assembly builder through libraries

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/36f82e55
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/36f82e55
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/36f82e55

Branch: refs/heads/master
Commit: 36f82e55962b24b92c6bbdd61b5f3296dd889fbe
Parents: 521a111
Author: Guillaume Nodet <gn...@apache.org>
Authored: Fri Feb 10 08:55:30 2017 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Fri Feb 10 08:55:30 2017 +0100

----------------------------------------------------------------------
 .../main/filtered-resources/resources/etc/config.properties    | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/36f82e55/assemblies/features/base/src/main/filtered-resources/resources/etc/config.properties
----------------------------------------------------------------------
diff --git a/assemblies/features/base/src/main/filtered-resources/resources/etc/config.properties b/assemblies/features/base/src/main/filtered-resources/resources/etc/config.properties
index 2cfbfc6..d862396 100644
--- a/assemblies/features/base/src/main/filtered-resources/resources/etc/config.properties
+++ b/assemblies/features/base/src/main/filtered-resources/resources/etc/config.properties
@@ -88,8 +88,6 @@ org.osgi.framework.system.packages= \
 #
 org.osgi.framework.system.packages.extra= \
  org.apache.karaf.branding, \
- org.apache.karaf.jaas.boot.principal, \
- org.apache.karaf.jaas.boot, \
  sun.misc
 
 org.osgi.framework.system.capabilities= \
@@ -150,9 +148,7 @@ org.osgi.framework.bootdelegation=\
       javax.transaction.*, \
       javax.xml.crypto, \
       javax.xml.crypto.*, \
-      sun.*, \
-      org.apache.karaf.jaas.boot, \
-      org.apache.karaf.jaas.boot.principal
+      sun.*
 
 # jVisualVM support
 # in order to use Karaf with jvisualvm, the org.osgi.framework.bootdelegation property has to contain the org.netbeans.lib.profiler.server package