Skip to content

Commit

Permalink
qos-ch#28 Update Manifest.MF
Browse files Browse the repository at this point in the history
* replaced Require-Bundle with DynamicImport-Package
* to allow janino-fragment see classes in ch.qos.logback.classic  (instead of just ch.qos.logback.core): e.g. ch.qos.logback.classic.Level 
* also added org.slf4j which is also required to be visible and is currently missing
* needed in OSGI environments
* see qos-ch#28 for details
* this also fixes the change request in qos-ch#22
  • Loading branch information
chrisrueger authored Feb 2, 2020
1 parent c68c2e5 commit 5a98a82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion janino-fragment/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Fragment-Host: org.codehaus.janino
Require-Bundle: ch.qos.logback.core
DynamicImport-Package: ch.qos.logback.*,\
org.slf4j

0 comments on commit 5a98a82

Please sign in to comment.