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/17 20:34:30 UTC

svn commit: r1588334 - /logging/log4j/log4j2/trunk/log4j-camel/pom.xml

Author: mattsicker
Date: Thu Apr 17 18:34:30 2014
New Revision: 1588334

URL: http://svn.apache.org/r1588334
Log:
Add bundle plugin to build.

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

Modified: logging/log4j/log4j2/trunk/log4j-camel/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-camel/pom.xml?rev=1588334&r1=1588333&r2=1588334&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-camel/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-camel/pom.xml Thu Apr 17 18:34:30 2014
@@ -70,4 +70,13 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>
\ No newline at end of file