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/27 21:39:54 UTC

svn commit: r1590470 - /logging/log4j/log4j2/trunk/log4j-taglib/pom.xml

Author: mattsicker
Date: Sun Apr 27 19:39:54 2014
New Revision: 1590470

URL: http://svn.apache.org/r1590470
Log:
Fix manifest build error.

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

Modified: logging/log4j/log4j2/trunk/log4j-taglib/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-taglib/pom.xml?rev=1590470&r1=1590469&r2=1590470&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-taglib/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-taglib/pom.xml Sun Apr 27 19:39:54 2014
@@ -93,6 +93,10 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>
   <reporting>