[slf4j-dev] svn commit: r731 - slf4j/trunk/slf4j-simple

jconlon at slf4j.org jconlon at slf4j.org
Fri Feb 16 21:48:36 CET 2007


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>



More information about the slf4j-dev mailing list