[slf4j-dev] svn commit: r729 - slf4j/trunk/slf4j-log4j12

jconlon at slf4j.org jconlon at slf4j.org
Fri Feb 16 21:47:32 CET 2007


Author: jconlon
Date: Fri Feb 16 21:47:32 2007
New Revision: 729

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

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

Modified: slf4j/trunk/slf4j-log4j12/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-log4j12/pom.xml	(original)
+++ slf4j/trunk/slf4j-log4j12/pom.xml	Fri Feb 16 21:47:32 2007
@@ -50,7 +50,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.apache.log4j, !org.slf4j.*</Import-Package>
     			</instructions>



More information about the slf4j-dev mailing list