Skip to content

Commit

Permalink
Fix "missing import-package statements for javax" issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeothy committed Sep 25, 2012
1 parent 801ab90 commit 7fbcf9c
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -32,3 +32,7 @@ org.osgi.framework.system.packages.extra = \
org.apache.karaf.branding; \
com.sun.org.apache.xalan.internal.xsltc.trax; \
com.sun.jndi.ldap

# Makes javax packages visible even if packages were not imported
# in the manifest file.
osgi.compatibility.bootdelegation=true

0 comments on commit 7fbcf9c

Please sign in to comment.