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/04/20 19:40:46 UTC

svn commit: r1588801 - in /logging/log4j/log4j2/trunk: log4j-osgi/pom.xml log4j-osgi/slf4j-to-log4j/ log4j-slf4j-impl/pom.xml

Author: mattsicker
Date: Sun Apr 20 17:40:45 2014
New Revision: 1588801

URL: http://svn.apache.org/r1588801
Log:
Clean up log4j-slf4j-impl OSGi build.

Removed:
    logging/log4j/log4j2/trunk/log4j-osgi/slf4j-to-log4j/
Modified:
    logging/log4j/log4j2/trunk/log4j-osgi/pom.xml
    logging/log4j/log4j2/trunk/log4j-slf4j-impl/pom.xml

Modified: logging/log4j/log4j2/trunk/log4j-osgi/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-osgi/pom.xml?rev=1588801&r1=1588800&r2=1588801&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-osgi/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-osgi/pom.xml Sun Apr 20 17:40:45 2014
@@ -46,7 +46,6 @@
     <module>core-osgi-nosql-couchdb</module>
     <module>core-osgi-nosql-mongodb</module>
     <module>core-osgi-reduced</module>
-    <module>slf4j-to-log4j</module>
   </modules>
 </project>
 

Modified: logging/log4j/log4j2/trunk/log4j-slf4j-impl/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-slf4j-impl/pom.xml?rev=1588801&r1=1588800&r2=1588801&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-slf4j-impl/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-slf4j-impl/pom.xml Sun Apr 20 17:40:45 2014
@@ -126,6 +126,18 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Export-Package>
+              org.apache.logging.slf4j,
+              org.slf4j.impl
+            </Export-Package>
+          </instructions>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <reporting>