You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2010/09/09 22:22:05 UTC

svn commit: r995563 - /sling/trunk/bundles/commons/log/pom.xml

Author: fmeschbe
Date: Thu Sep  9 20:22:05 2010
New Revision: 995563

URL: http://svn.apache.org/viewvc?rev=995563&view=rev
Log:
SLING-1739 Reverting the export of the slf4j.spi and slf4j.helpers packages due to the veto.

Modified:
    sling/trunk/bundles/commons/log/pom.xml

Modified: sling/trunk/bundles/commons/log/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/log/pom.xml?rev=995563&r1=995562&r2=995563&view=diff
==============================================================================
--- sling/trunk/bundles/commons/log/pom.xml (original)
+++ sling/trunk/bundles/commons/log/pom.xml Thu Sep  9 20:22:05 2010
@@ -66,15 +66,14 @@
                         <Export-Package>
                             org.apache.commons.logging;version=1.1.1,
                             org.apache.log4j;version=1.2.15,
-                            org.slf4j;
-                                org.slf4j.helpers;
-                                org.slf4j.spi;version=${slf4j.version},
+                            org.slf4j;version=${slf4j.version},
                             org.osgi.service.cm, org.osgi.service.log
                         </Export-Package>
                         <Private-Package>
                             org.apache.commons.logging.impl,
                             org.apache.sling.commons.log.*,
-                            org.slf4j.impl
+                            org.slf4j.impl,
+                            org.slf4j.helpers,org.slf4j.spi
                         </Private-Package>
                         <Import-Package>
                             javax.servlet.*;resolution:=optional,