You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/03/05 19:19:58 UTC

svn commit: r1452934 - in /commons/proper/logging/trunk: pom.xml src/changes/changes.xml

Author: tn
Date: Tue Mar  5 18:19:57 2013
New Revision: 1452934

URL: http://svn.apache.org/r1452934
Log:
[LOGGING-124] Add bundle symbolic name that matches the maven settings.

Modified:
    commons/proper/logging/trunk/pom.xml
    commons/proper/logging/trunk/src/changes/changes.xml

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1452934&r1=1452933&r2=1452934&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Tue Mar  5 18:19:57 2013
@@ -559,7 +559,7 @@ under the License.
     <commons.surefire.version>2.12</commons.surefire.version>    
     <skipSurefireReport>true</skipSurefireReport>    
     
-<!--    <commons.osgi.symbolicName>${project.artifactId}</commons.osgi.symbolicName> -->
+    <commons.osgi.symbolicName>${project.artifactId}</commons.osgi.symbolicName>
     <commons.osgi.import>
       javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional,
       org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional,

Modified: commons/proper/logging/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/changes/changes.xml?rev=1452934&r1=1452933&r2=1452934&view=diff
==============================================================================
--- commons/proper/logging/trunk/src/changes/changes.xml (original)
+++ commons/proper/logging/trunk/src/changes/changes.xml Tue Mar  5 18:19:57 2013
@@ -44,6 +44,9 @@ The <action> type attribute can be add,u
   </properties>
   <body>
     <release version="1.1.2" date="In SVN" description="This is a maintenance release containing bug fixes.">
+      <action issue="LOGGING-124" dev="tn" type="fix" due-to="Christian Schneider">
+        The jar manifest now contains proper OSGi-related metadata information.
+      </action>
       <action issue="LOGGING-144" dev="tn" type="fix" due-to="Sebastian Bazley">
         LogFactory and LogFactoryImpl will not swallow certain errors anymore (ThreadDeath
         and VirtualMachineError).