Added the new org.slf4j.helpers as a private package to the bundle.

This commit is contained in:
John E. Conlon 2007-02-16 20:48:13 +00:00
parent 6b69f9f69c
commit 37f987022b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
org.slf4j;version=1.3
</Export-Package>
<Private-Package>
org.slf4j.impl, org.slf4j.spi
org.slf4j.impl, org.slf4j.spi, org.slf4j.helpers
</Private-Package>
<Import-Package>!org.slf4j.*</Import-Package>
</instructions>