[apache-log4j1.2] 07/40: Updated OSGi metadata - add Bundle-SymbolicName - remove com.sun.jdmk.comm and javax.jms from Import-Package because classes importing from these packages are not built - remove "*" from Import-Package (do not let log4j import its own packages)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Oct 21 22:57:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository apache-log4j1.2.

commit f0708b66d61ac7bf460904a5d7ca43e207649505
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Mon Nov 28 22:03:20 2011 +0000

    Updated OSGi metadata
     - add Bundle-SymbolicName
     - remove com.sun.jdmk.comm and javax.jms from Import-Package because classes
       importing from these packages are not built
     - remove "*" from Import-Package (do not let log4j import its own packages)
---
 debian/changelog | 7 +++++++
 debian/log4j.bnd | 5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 659fbd7..399da28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apache-log4j1.2 (1.2.16-3) UNRELEASED; urgency=low
+
+  * Add Bundle-SymbolicName to jar manifest
+  * Update Import-Package OSGi attribute
+
+ -- Jakub Adam <jakub.adam at ktknet.cz>  Sun, 27 Nov 2011 19:01:34 +0100
+
 apache-log4j1.2 (1.2.16-2) unstable; urgency=low
 
   [ Ludovic Claude ]
diff --git a/debian/log4j.bnd b/debian/log4j.bnd
index fcc45c5..1658159 100644
--- a/debian/log4j.bnd
+++ b/debian/log4j.bnd
@@ -1,8 +1,9 @@
 version=VERSION
 Export-Package: !org.apache.log4j.lf5.*,!org.apache.log4j.chainsaw.*,org.apache.log4j.*
-Import-Package: com.sun.jdmk.comm;resolution:=optional,javax.jms;resolution:=optional,javax.mail.*;resolution:=optional,javax.management;resolution:=optional,javax.naming;resolution:=optional,com.sun.jdmk.comm;resolution:=optional,com.ibm.uvm.tools;resolution:=optional,javax.swing.*;resolution:=optional,*
+Import-Package: javax.mail.*;resolution:=optional,javax.management;resolution:=optional,javax.naming;resolution:=optional,com.ibm.uvm.tools;resolution:=optional,javax.swing.*;resolution:=optional
 Bundle-Version: ${version}
 Bundle-Description: Apache Log4j 1.2
-Bundle-Name: org.apache.log4j
+Bundle-Name: Apache Log4j
+Bundle-SymbolicName: org.apache.log4j
 Bundle-DocURL: http://logging.apache.org/log4j/1.2
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-log4j1.2.git



More information about the pkg-java-commits mailing list