[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:
2
pom.xml
2
pom.xml
@@ -559,7 +559,7 @@ under the License.
|
|||||||
<commons.surefire.version>2.12</commons.surefire.version>
|
<commons.surefire.version>2.12</commons.surefire.version>
|
||||||
<skipSurefireReport>true</skipSurefireReport>
|
<skipSurefireReport>true</skipSurefireReport>
|
||||||
|
|
||||||
<!-- <commons.osgi.symbolicName>${project.artifactId}</commons.osgi.symbolicName> -->
|
<commons.osgi.symbolicName>${project.artifactId}</commons.osgi.symbolicName>
|
||||||
<commons.osgi.import>
|
<commons.osgi.import>
|
||||||
javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional,
|
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,
|
org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional,
|
||||||
|
|||||||
@@ -44,6 +44,9 @@ The <action> type attribute can be add,update,fix,remove.
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.1.2" date="In SVN" description="This is a maintenance release containing bug fixes.">
|
<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">
|
<action issue="LOGGING-144" dev="tn" type="fix" due-to="Sebastian Bazley">
|
||||||
LogFactory and LogFactoryImpl will not swallow certain errors anymore (ThreadDeath
|
LogFactory and LogFactoryImpl will not swallow certain errors anymore (ThreadDeath
|
||||||
and VirtualMachineError).
|
and VirtualMachineError).
|
||||||
|
|||||||
Reference in New Issue
Block a user