You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/06/07 02:10:51 UTC

svn commit: r1601041 - /logging/log4j/log4j2/trunk/log4j-api/pom.xml

Author: mattsicker
Date: Sat Jun  7 00:10:51 2014
New Revision: 1601041

URL: http://svn.apache.org/r1601041
Log:
Use more explicit OSGi export.

Modified:
    logging/log4j/log4j2/trunk/log4j-api/pom.xml

Modified: logging/log4j/log4j2/trunk/log4j-api/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-api/pom.xml?rev=1601041&r1=1601040&r2=1601041&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-api/pom.xml Sat Jun  7 00:10:51 2014
@@ -102,7 +102,7 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
-            <Export-Package>*</Export-Package>
+            <Export-Package>org.apache.logging.log4j.*</Export-Package>
           </instructions>
         </configuration>
       </plugin>