Blame SOURCES/0001-Unbundle-libraries.patch

b04d70
From f2f391e2ab3f289657ada944327200025df74073 Mon Sep 17 00:00:00 2001
b04d70
From: Mikolaj Izdebski <mizdebsk@redhat.com>
b04d70
Date: Mon, 30 Apr 2012 20:25:01 +0200
b04d70
Subject: [PATCH 1/2] Unbundle libraries
b04d70
b04d70
---
b04d70
 pom.xml |   11 +----------
b04d70
 1 files changed, 1 insertions(+), 10 deletions(-)
b04d70
b04d70
diff --git a/pom.xml b/pom.xml
b04d70
index 19831ee..6081935 100644
b04d70
--- a/pom.xml
b04d70
+++ b/pom.xml
b04d70
@@ -58,12 +58,6 @@
b04d70
       <artifactId>kxml2</artifactId>
b04d70
       <version>2.3.0</version>
b04d70
       <optional>true</optional>
b04d70
-      <exclusions>
b04d70
-        <exclusion>
b04d70
-          <groupId>xmlpull</groupId>
b04d70
-          <artifactId>xmlpull</artifactId>
b04d70
-        </exclusion>
b04d70
-      </exclusions>
b04d70
     </dependency>
b04d70
     <dependency>
b04d70
         <groupId>org.osgi</groupId>
b04d70
@@ -99,10 +93,7 @@
b04d70
           <instructions>
b04d70
             <Export-Package>org.apache.felix.bundlerepository;version="2.0"</Export-Package>
b04d70
             <Private-Package>
b04d70
-                org.kxml2.io,
b04d70
-                org.xmlpull.v1,
b04d70
-                org.apache.felix.bundlerepository.impl.*,
b04d70
-                org.apache.felix.utils.*
b04d70
+                org.apache.felix.bundlerepository.impl.*
b04d70
             </Private-Package>
b04d70
             <Import-Package>!javax.xml.parsers,!org.xml.sax,org.osgi.service.log;resolution:=optional,org.osgi.service.obr;resolution:=optional,javax.xml.stream;resolution:=optional,*</Import-Package>
b04d70
             <DynamicImport-Package>org.apache.felix.shell</DynamicImport-Package>
b04d70
-- 
b04d70
1.7.7.6
b04d70