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/26 01:55:10 UTC

svn commit: r1590199 - in /logging/log4j/log4j2/trunk: log4j-1.2-api/pom.xml log4j-core/pom.xml

Author: mattsicker
Date: Fri Apr 25 23:55:09 2014
New Revision: 1590199

URL: http://svn.apache.org/r1590199
Log:
Remove fragment instructions.

  - This will be done differently. Fragment bundles are mainly for things like translations.

Modified:
    logging/log4j/log4j2/trunk/log4j-1.2-api/pom.xml
    logging/log4j/log4j2/trunk/log4j-core/pom.xml

Modified: logging/log4j/log4j2/trunk/log4j-1.2-api/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-1.2-api/pom.xml?rev=1590199&r1=1590198&r2=1590199&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-1.2-api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-1.2-api/pom.xml Fri Apr 25 23:55:09 2014
@@ -99,7 +99,6 @@
         <configuration>
           <instructions>
             <Export-Package>org.apache.log4j.*</Export-Package>
-            <Fragment-Host>org.apache.logging.log4j.api;bundle-version=${project.version.osgi}</Fragment-Host>
           </instructions>
         </configuration>
       </plugin>

Modified: logging/log4j/log4j2/trunk/log4j-core/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/pom.xml?rev=1590199&r1=1590198&r2=1590199&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/pom.xml Fri Apr 25 23:55:09 2014
@@ -260,7 +260,6 @@
           <instructions>
             <Bundle-SymbolicName>org.apache.logging.log4j.core</Bundle-SymbolicName>
             <Export-Package>org.apache.logging.log4j.core.*</Export-Package>
-            <Fragment-Host>org.apache.logging.log4j.api;bundle-version=${project.version.osgi}</Fragment-Host>
           </instructions>
         </configuration>
       </plugin>