1
0

[LOGGING-124] Add bundle symbolic name that matches the maven settings.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1452934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-03-05 18:19:57 +00:00
parent e0d43a8ece
commit 9774aadf0e
2 changed files with 4 additions and 1 deletions

View File

@@ -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,

View File

@@ -44,6 +44,9 @@ The <action> type attribute can be add,update,fix,remove.
</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).