You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2012/06/12 08:59:20 UTC

svn commit: r1349149 - /logging/log4j/branches/log4j12-bz53299/pom.xml

Author: grobmeier
Date: Tue Jun 12 06:59:20 2012
New Revision: 1349149

URL: http://svn.apache.org/viewvc?rev=1349149&view=rev
Log:
removed double felix declaration and illegal property in javadoc plug

Modified:
    logging/log4j/branches/log4j12-bz53299/pom.xml

Modified: logging/log4j/branches/log4j12-bz53299/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/log4j12-bz53299/pom.xml?rev=1349149&r1=1349148&r2=1349149&view=diff
==============================================================================
--- logging/log4j/branches/log4j12-bz53299/pom.xml (original)
+++ logging/log4j/branches/log4j12-bz53299/pom.xml Tue Jun 12 06:59:20 2012
@@ -139,7 +139,6 @@ target platform and specify -Dntdll_targ
           <docfilessubdirs>true</docfilessubdirs>
           <excludedocfilessubdir>.svn</excludedocfilessubdir>
           <encoding>UTF-8</encoding>
-          <docEncoding>UTF-8</docEncoding>
         </configuration>
         <executions>
           <execution>
@@ -219,29 +218,6 @@ target platform and specify -Dntdll_targ
                 </instructions>
             </configuration>
         </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.1.0</version>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <!-- omit chainsaw and LF5 -->
-            <Export-Package>!org.apache.log4j.lf5.*,
-              !org.apache.log4j.chainsaw.*,
-              org.apache.log4j.*;version=1.2.17;-noimport:=true</Export-Package>
-            <!-- all other potential imports are covered by DynamicImport-Package earlier -->
-            <Import-Package>!javax.swing.*,
-              !com.ibm.uvm.tools.*,
-              !com.sun.jdmk.comm.*,
-              javax.jmdns.*;resolution:=optional,
-              javax.jms.*;resolution:=optional,
-              javax.mail.*;resolution:=optional,
-              *</Import-Package>
-            <Bundle-DocURL>http://logging.apache.org/log4j/1.2</Bundle-DocURL>
-          </instructions>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
   <dependencies>