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:34:10 UTC

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

Author: mattsicker
Date: Sun Apr 20 17:34:10 2014
New Revision: 1588798

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

Removed:
    logging/log4j/log4j2/trunk/log4j-osgi/log4j-to-slf4j/
Modified:
    logging/log4j/log4j2/trunk/log4j-osgi/pom.xml
    logging/log4j/log4j2/trunk/log4j-to-slf4j/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=1588798&r1=1588797&r2=1588798&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-osgi/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-osgi/pom.xml Sun Apr 20 17:34:10 2014
@@ -46,7 +46,6 @@
     <module>core-osgi-nosql-couchdb</module>
     <module>core-osgi-nosql-mongodb</module>
     <module>core-osgi-reduced</module>
-    <module>log4j-to-slf4j</module>
     <module>slf4j-to-log4j</module>
   </modules>
 </project>

Modified: logging/log4j/log4j2/trunk/log4j-to-slf4j/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-to-slf4j/pom.xml?rev=1588798&r1=1588797&r2=1588798&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-to-slf4j/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-to-slf4j/pom.xml Sun Apr 20 17:34:10 2014
@@ -80,6 +80,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Export-Package>org.apache.logging.slf4j</Export-Package>
+          </instructions>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <reporting>