Author: jconlon
Date: Fri Feb 16 21:48:36 2007
New Revision: 731

Modified:
   slf4j/trunk/slf4j-simple/pom.xml

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

Modified: slf4j/trunk/slf4j-simple/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-simple/pom.xml    (original)
+++ slf4j/trunk/slf4j-simple/pom.xml    Fri Feb 16 21:48:36 2007
@@ -41,7 +41,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>
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to