Blame SOURCES/0001-Unbundle-libraries.patch

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