Blame SOURCES/0012-Add-proper-bundle-symbolicname.patch
|
|
3d5e44 |
From 48a67c6bfa320277f40e5b8589ef43b2695b86c6 Mon Sep 17 00:00:00 2001
|
|
|
3d5e44 |
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
|
|
|
3d5e44 |
Date: Thu, 14 Jun 2012 10:50:09 +0200
|
|
|
3d5e44 |
Subject: [PATCH 2/2] Add proper bundle symbolicname
|
|
|
3d5e44 |
|
|
|
3d5e44 |
---
|
|
|
3d5e44 |
pom.xml | 4 +++-
|
|
|
3d5e44 |
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
3d5e44 |
|
|
|
3d5e44 |
diff --git a/pom.xml b/pom.xml
|
|
|
3d5e44 |
index a627c48..d235556 100644
|
|
|
3d5e44 |
--- a/pom.xml
|
|
|
3d5e44 |
+++ b/pom.xml
|
|
|
3d5e44 |
@@ -420,11 +420,13 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
|
|
|
3d5e44 |
<Import-Package>!javax.swing.*,
|
|
|
3d5e44 |
!com.ibm.uvm.tools.*,
|
|
|
3d5e44 |
!com.sun.jdmk.comm.*,
|
|
|
3d5e44 |
- javax.jmdns.*;resolution:=optional,
|
|
|
3d5e44 |
+ !javax.jmdns.*,
|
|
|
3d5e44 |
javax.jms.*;resolution:=optional,
|
|
|
3d5e44 |
javax.mail.*;resolution:=optional,
|
|
|
3d5e44 |
*</Import-Package>
|
|
|
3d5e44 |
<Bundle-DocURL>http://logging.apache.org/log4j/1.2</Bundle-DocURL>
|
|
|
3d5e44 |
+ <Bundle-SymbolicName>org.apache.log4j</Bundle-SymbolicName>
|
|
|
3d5e44 |
+ <_nouses>true</_nouses>
|
|
|
3d5e44 |
</instructions>
|
|
|
3d5e44 |
</configuration>
|
|
|
3d5e44 |
</plugin>
|
|
|
3d5e44 |
--
|
|
|
3d5e44 |
1.7.10.2
|
|
|
3d5e44 |
|